/* CSS Document */
.layout-video{
	width:240px;
	overflow:hidden;
	margin-top:19px;
}
.video-top{
	width:100%;
	height:20px;
	background:url(../images/bg-video-top.png) no-repeat;
}
.video-bound{

}
.video-content{
	padding-top:30px;
	padding-bottom:12px;
	height:200px;
	width:100%;
	background:url(../images/bg-video-content.png) repeat-y;
}
.video{
	width:220px;
	height:180px;
	margin-left:10px;
}
.video-bottom{
	width:100%;
	height:20px;
	background:url(../images/bg-video-bottom.png) no-repeat;
}