@charset "utf-8";
/* CSS Document */

.thumb-rollover img{
}

.thumb-rollover:hover{
background-color: transparent;
}

.thumb-rollover:hover img{
/*padding-bottom:2px;
border-bottom:2px solid #2F6681;
margin:2px 2px 0px 2px;*/ 
}

.thumb-rollover span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden; 
color: #000;
text-decoration: none;
}

.thumb-rollover:hover span img{ /*CSS for enlarged image*/
border: 0;
}
.thumb-rollover span img{ /*CSS for enlarged image*/
border: 0;
}

.thumb-rollover:hover span{ /*CSS for enlarged image*/
visibility: visible;
position:absolute;
top: 33px;
left: 33px;
z-index: 50;
color:#666;
font-size:15px;
width:377px;
text-align:left;

padding:0;
background:none;
border:0;
margin:0;
}


img.thumb-images{

}