.videoSliderContainer {
	padding: 5px 5px 5px 5px !important;
	background: white;
	border: 1px solid #F8931F;
	border-radius: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

.videoSliderContainer p.title {
	display: none;
	color: #F8931F;
	border: 1px solid #F8931F;
	position: absolute;
	font-weight: bold;
	top: -1px;
	left: -1px;
	font-size: 13px;
	z-index: 100;
	background: white;
	padding: 3px 6px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}

.videoSlider {
	overflow: hidden;
	height: 116px;
}

/* image replacement */ .videoSlider .prevBtn, .videoSlider .nextBtn {
	margin:0;
	padding:0;
	overflow:hidden;
	text-indent:-8000px;
	display: none;
}

.videoSlider:hover .prevBtn, .videoSlider:hover .nextBtn {
	display:block;
}

/* Easy Slider */ .videoSlider ul, .videoSlider li {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
}

.videoSlider li {
	width:163px;
	height:116px;
	overflow:hidden;
	position: relative;
}

.videoSlider .short, .videoSlider .long {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(../images/black-50prc.png);
	width: 160px;
}

.videoSlider .long {
	height: 60px;
	display: none;
}

.videoSlider .long div {
	margin: 10px;
}

.videoSlider .long span.time {
	color: #FF9900;
	text-transform: capitalize;
}

.videoSlider .short {
	height: 30px;
}

.videoSlider .short span {
	white-space: nowrap;
	display: block;
	margin: 10px;
	overflow: hidden;
}

.videoSlider .short span, .videoSlider .long span {
	color: white;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, sans-serif;
	line-height: 14px;
}

.videoSlider .prevBtn, .videoSlider .nextBtn {
	width:30px;
	height:30px;
	position:absolute;
	top:51px;
	z-index:1000;
}

.videoSlider .prevBtn {
	left:5px;
}

.videoSlider .nextBtn {
	right: 5px;
}

.videoSlider .prevBtn a, .videoSlider .nextBtn a {
	display:block;
	position:relative;
	width:30px;
	height:30px;
	background:url(../images/btn_prev.png) no-repeat 0 0;
}

.videoSlider .nextBtn a {
	background:url(../images/btn_next.png) no-repeat 0 0;
}

.videoSlider .prevBtn a:focus, .videoSlider .nextBtn a:focus {
	outline:none;
}
