/************************** 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; 
}