#content {
	position: absolute;
	display: none;
	width: 423px;
	height: 364px;
	top: 94px;
	left: 398px;
	background-image: url(../images/videos/video_bg2.png);
	background-repeat: no-repeat;
	overflow: hidden;
	border: 0px dotted red;
}

#content .article {
	display: none;
}

#content .article-1 {
	display: none;
}

.video #content {
	display: block;
}

.video #content .article {
	display: block;
}

#content .article h3,
#content .article h1 {
	position: absolute;
	top: 315px;
	left: 5px;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Verdana;
	font-weight: normal;
}

#content .article h3 span,
#content .article h1 span {
	text-transform: none;
	padding-left: 5px;
}