<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************/
/* Thumb-Show v1.0 layout, design and all included source code         */
/* copyright (c)2008. Spriteworks Developments. All rights reserved.   */
/* This copyright notice MUST remain within this document at all times */
/* as a condition of use. Removal of this copyright notice voids your  */
/* right to use this product. Thumb-Show v1.0 may not be redistributed */
/* in any form without express written permission from Spriteworks     */
/* Developments. This external CSS file MUST remain separate from the  */
/* HTML code at all times and may not be integrated into it or other   */
/* pages in any way, displayed, performed or otherwise made accessible */
/* for public viewing under any circumstances. Please carefully read   */
/* the license agreement included with this script. It is the same     */
/* one you agreed to when you purchased a license to use it.           */
/*                                                                     */
/***********************************************************************/

.select {
   float: right;
   width: -200px;
}
.gothere {
   width: 420px;
   margin-top: 0px;
   margin-right: 0px;
   border: 0px;
}
.gothere a {
   float: left;
   display: block;
   font: bold 12px Arial;
   padding: 5px;
   text-decoration: none;
   border: 0px;
   width: 70px;
   height: 50px;
   valign: middle;
   margin: 2px 9;
   color: #040404;
   background: #111111;
   text-align: center;
}
.gothere a:link {
   background: #111111;
}
.gothere a:visited {
   background: #111111;
}
.gothere a:hover {
   border:0px;
   background: #333333;
   filter: alpha(opacity=70);
   -moz-opacity: .70;
   -khtml-opacity: .70;
   cursor: hand;
   top: 46%;
   left: 43%;
}
.gothere a:active {
   background: #333333;
}
.gothere a .display {
   display: none;
}
.gothere a:hover .display {
   position: absolute;
   top: 256;
   right: 486;
   display: block;
   width: 484px;
   height: 484px;
   align: bottom;
   font: bold 12px Arial;
   border: 0px;
   color: #333333;
   padding: 3px;
   Filter: Shadow(Color=#000000, Direction=130, strength:5);
}</pre></body></html>