#photosgallerythumbsheetscroll .thumbwrapper  {
   position: relative;
   float: left;
   margin: 0px;
   padding: 5px;
   width: 93px;
   height: 91px;
}

#nextbutton a:hover,
#prevbutton a:hover  {
   background-position: -25px 0%;
}

#photosgallerythumbsheetscroll  {
   overflow: auto;
   visibility: visible;
   position: absolute;
   left: 60px;
   top: 641px;
   z-index: 2;
   width: 861px;
   height: 155px;
}

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

#photosgallerypicturebox  {
   visibility: visible;
   position: absolute;
   left: 118px;
   top: 126px;
   z-index: 1;
   width: 742px;
   height: 494px;
}

#undersheet  {
   background: url(../photosmedia/undersheet.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 59px;
   top: 641px;
   z-index: 1;
   width: 863px;
   height: 135px;
}

.sgthumb:hover  {
   border-color: #66CCFF;
}

.sgthumb  {
   border: 6px solid #FFFFFF;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   display: block;
   width: 93px;
   height: 91px;
}

