#tooltip {
	position: absolute;
	margin:1em 0 0 -5ex;
	z-index: 300;
	background:#000;
	font-size:0.8em;
	line-height:2em;
	padding: 1ex;
	text-align:left;
	/*color:#74eb00;*/color:#fff;
}
#tooltip div { position:relative;overflow:hidden; }
/*#tooltip .fleche{ width:11px;height:6px;background:url('../images/fleche.gif') no-repeat scroll left top;position:absolute;top:-6px;left:2ex; }*/
#tooltip h3 { font-weight:normal;}
#tooltip div div{ font-size:0.8em; }

.next, .prev { 
    /* absolute positioning relative to the overlay */ 
    position:absolute; 
    top:40%; 
 
    /* upcoming CSS3 rounded border feature */ 
    -moz-border-radius:0.5ex; 
    -webkit-border-radius:0.5ex;; 
} 
 
/* progress indicator (animated gif). should be initially hidden */ 
.progress { 
    position:absolute; 
    top:45%; 
    left:50%; 
    display:none; 
} 
 
/* active thumbnail is raised on top of the mask using the z-index property */ 
#thumbs a.active img { 
    outline:1px solid #000; 
    z-index:9999; 
    position:relative; 
}
