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

.rollover img{
padding-bottom:2px;
border-bottom:2px solid #aeaeae;
margin:2px 2px 0px 2px;
}

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

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

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

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

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