#video-background {
	width: 186px;
	height: 105px;
	background: url(../images/video_bg.png) no-repeat 0 0;
	margin: 0 0 20px 17px;
	padding: 4px 7px 10px 7px;
}

#video-preview {
	width: 186px;
	height: 105px;
	background: url(../images/video_preview.jpg) no-repeat 0 0;
}

#video-preview .video-link {
	display: block;
	width: 186px;
	height: 105px;
	background: url(../images/video_play.png) no-repeat 0 0;
}

#video-box .jqmClose,
#video-screen .jqmClose {
	width: 17px;
	height: 14px;
	position: absolute;
	top: -19px;
	right: 5px;
	background: url(../images/video_close.png) no-repeat 0 0;
}