/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
	background-color: transparent;
}
	

#thumbs a.tt:visited img, #thumbs a.tt img{
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70; opacity:0.7;
	border: 1px solid #CCC;
	margin:0;
	}

#thumbs a.tt:hover img { 
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00; opacity:1; 
	border: 1px solid #999;
 }
 
 
 

 

/*---------- bubble tooltip -----------*/


a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25;}
a.tt:hover span.tooltip{
	background-color: #efefef;
	border: 1px solid #ccc;
	position:absolute;
	top:14px; left:30px;
	width: 385px;
	height:185px;
    display:block;
	padding: 0px;
	padding-bottom: 10px;
    text-align: center;
}
*:lang(en) a.tt:hover span.tooltip{
 top:-296px; 
 left: -320px;
}
a.tt:hover span.tooltip table {margin:15px 0px 0px 15px;}
a.tt p, a.tt h4 {padding:0 20px 0 10px;}
a.tt p {color: #666666;}
a.tt h4 {color:#1f4f92}

