/***********************************************************************/
/* Thumb-Show v1.0 layout, design and all included source code         */
/* copyright (c)2004. 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: left;
   width: 50
   
   px;
}
.gothere {
   width: 300
   px;
   margin-top: 50px;
   margin-left: 80px;
   border: 1px solid #ffffff;
   background: #ffffff;
}
.gothere a {
   float: left;
   display: block;
   font: bold 12px Arial;
   padding: 5px;
   text-decoration: none;
   border: 1px solid #ffffff;
   width: 50px;
   margin: 0px 0;
   color: #ffffff;
   background: #ffffff
   ;
   text-align: center;
}
.gothere a:link {
   color:#ffffff;
   background: #ffffff;
}
.gothere a:visited {
   color:#ffffff;
   background: #ffffff;
}
.gothere a:hover {
   color:#ffffff;
   border:1px solid #ffffff;
   background: #ffffff;
   filter: alpha(opacity=0);
   -moz-opacity: .0;
   -khtml-opacity: .0;
   cursor: hand;
   top: 46%;
   left: 43%;
}
.gothere a:active {
   color: #ffffff;
   background: #ffffff;
}
.gothere a .display {
   display: none;
}
.gothere a:hover .display {
   position: absolute;
   top: 50;
   left: 320;
   display: block;
   width: 200px;
   font: bold 12px Arial;
   background: #ffffff;
   border: 1px solid #ffffff;
   color: #ffffff;
   padding: 3px;
   Filter: Shadow(Color=#ffffff, Direction=130, strength:5);
}