h3.ads {
padding: 8px 0 2px 5px;
font: bold 1.2em arial, helvetica, sans-serif;
}

p.adtext {
text-align: left;
margin: .5em .5em 0 .5em;
}

/* -- The following code is used to create the rollover button effect -- */
.cssnav {
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(../images/ads/cr_ad.gif) 50% 50% no-repeat;
white-space: nowrap;
display: block;
width: 211px;
height: 84px;
margin: 0;
padding: 0;
}

.cssnav a {
display: block;
color: #000000;
font-size: 11px;
width: 211px;
height: 84px;
/*float: left;
color: black;*/
text-decoration: none;
}

.cssnav img {
width: 78px;
height: 84px;
border: 0
}

* html a:hover {
visibility: visible;
}

.cssnav a:hover img {
visibility: hidden;
}



