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

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

#ttspicturebox  {
   visibility: visible;
   position: absolute;
   left: 44px;
   top: 12px;
   z-index: 2;
   width: 500px;
   height: 406px;
}

#ttsthumbsheet  {
   visibility: visible;
   position: absolute;
   left: 20px;
   top: 427px;
   z-index: 2;
   width: 551px;
   height: 253px;
}

#layer1  {
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 1;
   width: 595px;
   height: 698px;
   background-color: #FFFFFF;
   background-image: none;
}

#tts  {
   margin: 0px auto 0px auto;
   width: 595px;
   position: relative;
}

.sgthumb  {
   background-position: 50% 50%;
   background-repeat: no-repeat;
   display: block;
   width: 40px;
   height: 40px;
}

html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #FFFFFF;
}


