@charset "UTF-8";

/*
.video {
	overflow:hidden;
}
.video-bg {
	padding:1px;
}
.video-cont {
	position:absolute;
	display:block;
	z-index:1;
	cursor:pointer;
	border:1px solid #aaa;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	-khtml-border-radius:	5px;
	background:transparent url('../images/bt-play.png') 50% 50% no-repeat;
}
.video-cont:hover {
	background:transparent url('../images/bt-play-over.png') 50% 50% no-repeat;
	border-color:#D00024;
}
*/