/*
 * Ytplayer - jQuery Plugin
 * Custom XML playlist and play youtube movies by clicking the thumbnail
 *
 * Version:		1.0 (2010/12/15)
 * Requires:	jQuery v1.4+
 *
 */
.ytplayer-next{
width:32px;
height:50px;
cursor:pointer;
background:url(ytplayer_ctrl.png) no-repeat 0px 0px;
}
.ytplayer-next:hover{background-position:0px -50px;}
.ytplayer-prev{
width:32px;
height:50px;
cursor:pointer;
background:url(ytplayer_ctrl.png) no-repeat -32px 0px;
}
.ytplayer-prev:hover{background-position:-32px -50px;}
.ytplayer-btn{background:url(ytplayer_ctrl.png) no-repeat 0px -100px;width:64px;height:50px;cursor:pointer;}