.single_video {
	position:relative;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 150px;
	font: small/1.4 Trebuchet MS, Tahoma, sans-serif;
	background: url(/images/frame.png) no-repeat;
	text-align:center;
	cursor: move;
}
.single_video .top_text { height:24px; padding-bottom:3px; padding-top:5px;} 
.single_video h5.oneline { width: 145px; margin:0; font-size: 0.8em; line-height: 11px !important; padding-left:5px; padding-right:5px;}
.single_video h5.twoline { width: 145px; margin: 0; font-size: 0.8em; line-height: 11px !important; padding-left:5px; padding-right:5px; }
.single_video h5.source { display:none; width: 145px; margin:0; font-size: 0.8em; line-height: 11px !important; padding: 5px 5px 5px 5px;}
/* set up the album cover div, with position: relative so that the play button positioning works */
.btn_play { position:relative; width: 155px; height: 86px; cursor: pointer; margin: 0;}

.single_video img.video_img { border:0; width: 122px; height: 86px;}
.single_video img.add { position:absolute; border: 0; top: 122px; left:7px; }
.single_video img.edit { position:absolute; border: 0; top: 122px; left:50px; }
.single_video img.delete { position:absolute; border: 0; top: 122px; left:130px; }

/* make the play link a block element, use text-replacement for a play button graphic, and hide it with display: none */
.btn_play a.play { display:none; position:absolute; top:0px; left:15px; width: 122px; height: 86px; background: transparent url(/images/btn_play3.png) no-repeat;}
/* change the position of the background image on hover over the play link, to give it an active state with an image sprite */
/*.btn_play a.play:hover { background-position: 0 0px; }*/
/* finally, on hover over the album cover, display the play link */
.btn_play:hover a.play { display: block; }