.video-poster {
	width:100%;
	height:100%;
	position:relative;
}

.video-poster-image {
	display:block;
}

.video-poster-play-button {
	display:block;
	width:99px;
	height:56px;
	background:url('../images/video-play-button-black-outline.99x56.png') center no-repeat;
	position:absolute;
	top:42%;
	left:0;
}

.video-poster-meta {
	position:absolute;
	left:0px;
	right:0px;
	bottom:30px;
	padding:6px 12px;
	color:#ffffff;
	background-color:#000000;
	font-size:14px;
	line-height:1.3;
}

.video-poster-title,
.video-poster-subtitle {
	display:inline-block;
	color:#ffffff;
}

.video-poster-title {
	font-size:19px;
	font-weight:normal;
}

.video-poster-subtitle {
	font-size:14px;
	font-weight:normal;
}

.video-poster-non-chairs,
.video-poster-chairs {
	list-style-type:none;
	margin:0;
	display:inline-block;
	*display:inline;
}

.video-poster-non-chairs > li,
.video-poster-chairs > li {
	display:inline-block;
	margin:0;
}

.video-poster-meta-left {
	float:left;
	width:520px;
}

.video-poster-icon {
	float:right;
}
