/* CSS Document */

div.rollover { /*adjust this for the dimensions of the image*/
width: 125px;
height:109px;
margin:0px;
padding:0px;
border:solid 1px #ccccff;
/*note: background image (for the hover effect) ----> place this on the <div style="background-image:"> */
}

div.rollover a, div.rollover a:link, div.rollover a:visited {
display:block;
}

div.rollover img {
width:100%;
height100%;
border:0;
}

div.rollover a:hover img {
visibility:hidden;
				
}