div.wcs_scroller {
	background: transparent url(featured.png) no-repeat scroll left top;
	clear: both;
	margin: 0;
	overflow: hidden;
	padding-left: 153px;
	padding-top: 15px;
	position: relative;
	width: 492px;
	height: 100px;
	margin: 20px auto;
}

div.window {
	clear: both;
	height: 100px;
	overflow: hidden;
	position: relative;
	width: 455px;
}

div.scroll {
	height: 100px;
}

a.fleft,a.fright {
	background: transparent url(left.png) no-repeat scroll left top;
	height: 13px;
	left: auto;
	position: absolute;
	text-indent: -10000px;
	margin-left: -18px;
	margin-top: -70px;
	top: auto;
	width: 13px;
	clear: both;
}

a.fleft:hover, a.fright:hover, a.fright:active,  a.fright:link
{
	border: none;
	color: #00CCFF;
	text-decoration: none;
	
}

a.fright {
	background-image: url(right.png);
	left: auto;
	margin-left: 462px;
}

ul.videolist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.videolist li {
	display: inline;
	margin: 0;
}

ul.videolist a {
	background: transparent url(video.png) no-repeat scroll left top;
	color: #74400b;
	display: block;
	float: left;
	font-size: 11px;
	height: 55px;
	line-height: 1em;
	margin-right: 7px;
	padding-top: 65px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 107px;
}

ul.videolist a:hover {
	color: #00CCFF;
}

ul.videolist a img {
	cursor: pointer;
	height: 60px;
	border: 3px solid #e1c8ac;
}

ul.videolist a strong {
	cursor: pointer;
	height: 2em;
	padding: 3px 0;
	text-align: left;
}

ul.videolist a span {
	cursor: pointer;
	display: block;
	text-align: left;
	color: #74400b;
}

ul.videolist a span.text {
	height: 23px;
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
}

ul.videolist a span.img {
	cursor: pointer;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

ul.videolist a.noimg {
	background-image: none;
	padding-top: 0;
}