@charset "utf-8";
/* POP UP BAR SETUP*/
.popup{
background: #D9F4FD;
position:absolute;
visibility:hidden;
z-index:200;
border: #3399CC solid 1px;
padding:10px;
margin:-5px;
margin-top:-5em;
}

/* POPUP SETUP END */
/* Easy CSS Tooltip - by Koller Juergen [www.kollermedia.at] */

a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:0px 3px; width:10px; margin-top:-5em; margin-left:-3em;}
a.tooltip:hover span{display:block; position: absolute;  background:#ffffff; color:#6c6c6c;}
</style>
<style type="text/css">
#thumbs{
padding:5px;
}
#thumbs img{
border: #CCCCCC solid 1px;
margin:5px;
}
