/*** Gallery ***/
#gallery { height: 250px; position: relative; margin-bottom: 20px; overflow: hidden; }
#gallery #fullImagesContainer { position: absolute; width: 538px; height: 250px; }
#gallery #fullImagesContainer img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#gallery #button-scollLeft { width: 30px; height: 74px; background: url(../images/scroll-left.png) no-repeat; position: absolute; bottom: 0; z-index: 999; cursor: pointer; }
#gallery #button-scollRight { width: 30px; height: 74px; background: url(../images/scroll-right.png) no-repeat; position: absolute; right: 0; bottom: 0; z-index: 999; cursor: pointer; }
#gallery #button-scollLeft.off { background: url(../images/scroll-left-noarrow.png) no-repeat; }
#gallery #button-scollRight.off { background: url(../images/scroll-right-noarrow.png) no-repeat; }

#gallery #thumbnailsContainer { position: absolute; left: 0px; bottom: 0px; width: 9999px; height: 54px; padding: 10px 10px; background: #000; opacity: .8; filter: alpha(opacity=80); overflow: hidden; z-index: 100px; }
#gallery  #thumbnailsContainer img { width: 108px; height: 50px; margin-right: 5px; border: solid 2px #fff; cursor: pointer; }
#gallery  #thumbnailsContainer img.hover { border-color: #ff8; }