#video_wrapper{
	overflow:hidden; 
	width:500px; 
	margin:0 auto 0 auto; 
	position:relative;
	height:135px;
}
#video_outer_wrapper {
	position:relative;
	width:500px;
	margin:auto;
}

#video_container{
	position:relative;
}
#video_descr{
	margin-top:10px;
	margin-bottom:20px;
}
.video_images{
	list-style-type:none; 
	padding:0; 
	margin-left:13px;
	margin-right:14px;
	width:98px;
	float:left;
}
#video_navigation{
	margin:0 auto; 
	width:375px; 
	padding-top:10px;
	float:right;
}
#videos_prev{
	position:absolute;
	left:-52px;
	top:15px;
	background:url(/images/video-arrow-left.png) no-repeat;
	width:37px;
	height:54px;
	text-indent:-9999px;
}

#videos_prev:hover {
	background-position:-38px top;
	width:40px;
}

#videos_next{
	position:absolute;
	right:-52px;
	top:15px;
	background:url(/images/video-arrow-right.png) no-repeat;
	width:37px;
	height:54px;
	text-indent:-9999px;
}

#videos_next:hover {
	background-position:-38px top;
	width:40px;
}

.video_images li img {
	border:2px solid #FFF;
}

.active_video, .video_images li img:hover {
	border-color:#ED287B !important;
}

#video_div {
	background:url(/images/video-back.png) no-repeat center top;
    margin-top: 11px;
    padding-top: 15px;
	height:590px;
}

#video_headline {
	color:#ED287B;
	font-size:24px;
}

#video_div p {
	display:none;
}
