 #rollover
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url("i/fridays2.gif") no-repeat;
white-space: nowrap;
display: block;
width: 150px;
height: 66px;
margin:0 auto;
margin-bottom:50px;
margin-top: 50px;
padding: 0;
}

#rollover a
{
display: block;
color: #000000;
font-size: 11px;
width: 150px;
height: 66px;
display: block;
float: left;
color: black;
text-decoration: none;
}

#rollover img
{
width: 150px;
height: 66px;
border: 0
}

* html a:hover
{
visibility:visible
}

#rollover a:hover img
{
visibility:hidden
}

#rollover span
{
position: absolute;
margin: 0px;
padding: 0px;
cursor: pointer;
}