/* CSS Document */
#video{
width:148px;
height:182px;
background:url(images/video.jpg);
background-repeat:no-repeat;
}
#video:hover{
background:url(images/video_hover.jpg);
background-repeat:no-repeat;
}



