#spotlight {
width : 640px;
height : 370px;
display : block;
position : relative;
z-index : 1;
margin : 0 0 0 5px;
}
#spotlight-info {
width : 640px;
height : 123px;
position : absolute;
top : 248px;
right : 0;
left : 340px;
background : url(../images/spotlight_video-info.png) repeat-x transparent;
}
#spotlight-info h2 {
color : #8bcaf5;
font-size : 24px;
width : 620px;
margin : 5px auto 0 auto;
padding-left : 2px;
border-bottom : 1px solid #8bcaf5;
}
#spotlight-description {
color : #fff;
font-size : 12px;
width : 427px;
height : 70px;
margin : 5px 0 0 15px;
overflow : hidden;
float : left;
}
#spotlight-watch-now a {
width : 100px;
height : 23px;
display : block;
float : right;
margin : 50px 10px 0 0;
background : url(../images/button_watch-now.png) no-repeat transparent;
}
#spotlight-watch-now a:hover {
background-position : 0 -23px;
}