<style type="text/css">
#contentcontainer #content a.noarrow { position: relative; display: block; }

#content a.noarrow span, a.noarrow#featured i {
position: absolute !important;
top: 0px;
left: 0px;
display: block;
width: 150px;
height: 75px;
background: url(images/video_playbutton.png) 50% 50% no-repeat !important;
background-color: none;
opacity: 0.6;
filter: alpha(opacity=40);
}

a.noarrow#featured i {
width: 442px;
height: 220px;
background: url(images/video_playbutton_big.png) 50% 50% no-repeat !important;
}

#content a.noarrow:hover span, #content a.noarrow:hover i {opacity: 1.0; filter: alpha(opacity=70); }
</style>