
/************************** Video Box ************************/

.title_right {
}

.video_mark {
	background: url(../images/video_play.png) no-repeat;
	float:left;
	position:relative;
	top:-60px;
	left:55px;
	z-index:3;
	width:32px;
	height:32px;
}

.video_mark:hover {
	background: url(../images/video_play_a.png) no-repeat;
}

.video_thumb img {
	padding:3px;
	border:1px solid #CCC;
}

.video_thumb {
	 position:relative;
	 top:5px;
	 left:5px;
	 z-index:1; 
}

#video_title_link a{
	background: url(../images/play_button.png) no-repeat;
	padding:0 0 8px 25px;
	font-weight:bold;
}

#video_title_link a:hover{
	background-position: 0px -29px;
}

.video_title_link a{
	background: url(../images/video_emb.png)  no-repeat ;
	margin:5px 0px 0 0px;
	padding:0 0 0px 0px;
	width:30px;
	height:30px;
	float:right;
}

.video_title_link a:hover{
	background-position: 0px -33px;
}