﻿.photoGallery { position: relative; width: 485px; height: 410px; }
.bigImage   { width: 490px; height:340px; text-align:center; overflow: auto;}
#imgTitle { color: #000000; display:none;}

.scrollLeftStart  { position: relative; cursor:pointer; text-align:center; padding-top: 25px; top: 0px; width: 25px;  height: 65px; float: left; }
.scrollLeft       { position: relative; cursor:pointer; text-align:center; padding-top: 25px; top: 0px; width: 15px;  height: 65px; float: left; }
.thumbs           { position: relative; top: 0px; width: 395px; height: 67px; overflow: hidden; float: left; }
.thumbStripArea   { overflow:hidden; position: absolute; top: 345px; left: 5px; width: 475px; height: 67px; font-weight: bold; }
.thumbstrip       { height: 65px; }
.thumb            { text-align:center;cursor:pointer;display:block;height:55px;overflow:hidden;float:left;margin:5px; background:#000; border: 1px solid #dddddd;}
.selectedthumb    { border: 1px solid #000000;}
.thumb img        { height:55px; }
.scrollRight      { position: relative; cursor:pointer; text-align:center; padding-top: 25px; top: 0px; width: 15px;  height: 65px; float: left; }
.scrollRightEnd   { position: relative; cursor:pointer; text-align:center; padding-top: 25px; top: 0px; width: 25px;  height: 65px; float: left; }