/*********************** SCROLLERS ***********************/
.root {
	float:left;
	position:relative;
	height:270px;
	width:248px;
	margin:0 auto;
}
.thumb {
	position: absolute;
	vertical-align:middle;
	z-index:autol;
}
.up, .dn {
}
.up a, .up a img, .dn a, .dn a img, .thumb a, .thumb a img {
	border:0;
}
.scrollContainer {
	position:relative;
	width:10px;
	height:260px;
	clip:rect(0 467 200 0);
	border:none;
	float:left;
}
.scrollContent {
	color:#fff;
}





#videos-listing-content {
	width:225px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:18px;
}
#videos-listing-content a {
	font-family:Tahoma;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	padding-bottom:1px;
	text-decoration:none;
	border-bottom:1px dashed #000000;
}
#videos-listing-content a:hover {
	color:#FFFFFF;
	border-bottom:none;
}
#videos-listing-content ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#videos-listing-content ul li {
	margin:0px;
	padding:0px;
	display:block;
	height:90px;
	width:225px;
}
#videos-listing-content ul li img {
	border:3px solid #e3972a;
	float:left;
	margin-right:8px;
}