#gallerythumbsheetscroll .thumbwrapper  {
   position: relative;
   float: left;
   margin: 0px;
   padding: 5px;
   width: 115px;
   height: 76px;
}

#mainphotopicturebox table  {
   width: 100%;
   height: 100%;
}

#gallerythumbsheetscroll  {
   overflow: auto;
   visibility: visible;
   position: absolute;
   left: 226px;
   top: 353px;
   z-index: 7;
   width: 156px;
   height: 260px;
}

#mainphotopicturebox  {
   visibility: visible;
   position: absolute;
   left: 393px;
   top: 353px;
   z-index: 7;
   width: 307px;
   height: 204px;
}

#nextbutton a:hover  {
   background-position: -67px 0%;
}

#prevbutton a:hover  {
   background-position: -88px 0%;
}

#nextbutton  {
   visibility: visible;
   position: absolute;
   left: 594px;
   top: 571px;
   z-index: 7;
   width: 67px;
   height: 10px;
}

#prevbutton  {
   visibility: visible;
   position: absolute;
   left: 425px;
   top: 571px;
   z-index: 7;
   width: 88px;
   height: 10px;
}

.sgthumb:hover  {
   border-color: #94C07F;
   border-style: solid;
}

.sgthumb  {
   border: 2px none #000000;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   display: block;
   width: 115px;
   height: 76px;
}

