#bigimg-main {
   background-color: #cdcdcd;
   width: 208px;
}

#bigimg-main div {
   position: relative;
   left: 1px;
   top: 1px;
   background-color: #f2f2f2;
   height: 100%;
   width: 206px;
}

.prev-image a,
.next-image a,
.magnify-image a {
   text-decoration: none;
   float: left;
   background-color: #e5e7e9;
   line-height: 2em;
   width: 2em;
   text-align: center;
   border: 1px solid #cdcdcd;
   color: #999 !important;
   margin: 2px 0;
   -moz-user-select: none;
}

.prev-image,
.next-image {
   float: left;
}

.next-image {
   position: relative;
   right: 1px;
}
.magnify-image {
   float: right;
}
#browse-image-outer {
   float: left;
   background-color: #d5d7d9;
   margin: 4px 0;
   display: none;
}
#browse-image-inner {
   float: left;
   background-color: #fff;
   margin: 1px 0;
}
#thumbnails-main {
   float: left;
   margin-top: 26px;
   margin-left: 6px;
}
* html #thumbnails-main {
   margin-left: 0;
}
#thumbnails-main div {
   width: 86px;
   float: left;
   margin: 0 6px 12px 6px;
   abackground-color: #cdcdcd;
   border: 1px solid #cdcdcd;
   padding: 0;
}
#thumbnails-main div img {
   width: 84px;
   aposition: relative;
   aleft: 1px;
   atop: 1px;
   margin: 0;
   padding: 0;
}
#thumbnails-main div.thumbnail-act {
   abackground-color: #dd248b;
   border: 1px solid #dd248b;
}

