body{ }


.gallery { position: relative; border:1px solid #333333; height:416px; width:893px; margin:auto; }
.gallery-tip { position: absolute; right: 1em; font-size: 0.8em; top: -1.5em; }

.mainimg { float:left; padding:5px; margin:3px; background-color:#333333; }
.thumbnails { float:right; height:416px; overflow-x:hidden; overflow-y:scroll; width:237px; }

.gallery .item { display:block; float:left; overflow:hidden; padding:4px; margin:3px; text-align:center; width:198px; border:4px double #333; background-color:#fff; }
.gallery .item img { border:none; text-decoration:none; }

/* Image preloader */
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

