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

#imagethumbsheet .thumbwrapper  {
   position: relative;
   float: left;
   margin: 0px;
   padding: 5px;
   width: 70px;
   height: 70px;
}

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

#imagepicturebox  {
   visibility: visible;
   position: absolute;
   left: 278px;
   top: 221px;
   z-index: 4;
   width: 601px;
   height: 474px;
}

#imagethumbsheet  {
   visibility: visible;
   position: absolute;
   left: 54px;
   top: 209px;
   z-index: 3;
   width: 171px;
   height: 493px;
}

.sgthumb:hover  {
   border-color: #FFFFFF;
}

.sgthumb  {
   border: 1px solid #000000;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   display: block;
   width: 70px;
   height: 70px;
}


