#top_feature_scroller{
	position:relative;
	width:1023px;
	height:110px;
}
a.top_layout_button_left, a.top_layout_button_right {
	height:41px;
	width:30px;
	overflow:hidden;
	position:absolute;
	top:33px;
	background-repeat:no-repeat;
	background-position:top center;
}
a.top_layout_button_left:hover, a.top_layout_button_right:hover {
	background-position: 0px -41px;
}
a.top_layout_button_left span, a.top_layout_button_right span {
	display:none;
}

a.top_layout_button_left {
	left:0px;
	background-image:url(/media/player/img/scrolling-feature-buttonLeft.gif);
} 

a.top_layout_button_right{
	right:0px;
	background-image:url(/media/player/img/scrolling-feature-buttonRight.gif);
} 
.top_layout_holder{
	position:relative;
	width:auto;
}
.top_layout_features {
	position:absolute;
	left:32px;
	height: 110px;
	width: 960px;
	overflow: hidden;
}

.top_layout_features_item, .top_layout_features_item_alt
{
	width: 270px;
	height: 110px;
	padding: 10px;
	margin:0px 15px;
	/*background-image: url('/images/vod/skins/default/item_bg.gif');*/
	color: #ffffff;
	background-color:#333;
	float: left;
	position:relative;

}


.top_layout_features_item-over
{
	background-image: url('/images/vod/skins/default/itembg_alt.gif');

}

.top_layout_features_item_image {
	position:absolute;
	top:10px;
	left:10px;
	width: 85px;
	height: 65px;
	border:1px solid #666;
}
.top_layout_features_item_title {
	margin-left:95px;
	text-align: left; 
	overflow: hidden;
	color: #ffffff;
	text-align: left;
	/* border: solid 1px #1d1d1f;*/
}
.top_layout_features_item_description {
	margin-left:95px;
	line-height: 1.25em;
	color: #A0A1A6;
	text-decoration: none;
	font-size: .8em;
	text-align: left;
}

.top_layout_features_item_more {
	display: none;
	text-align: right;
	margin: 0px 8px 0px 5px; 
}

.topLinkFeatureTitle, .topLinkFeatureTitle:link, .topLinkFeatureTitle:visited, .topLinkFeatureTitle:active {
	/* used for small text and links */
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
}

.topLinkFeatureTitle:hover {
	text-decoration: underline;
}

.topLinkFeatureMoreText, .topLinkFeatureMoreText:link, .topLinkFeatureMoreText:visited, .topLinkFeatureMoreText:active {
	/* used for small text and links */
	color: #A0A1A6;
	text-decoration: none;
}

.topLinkFeatureMoreText:hover {
	text-decoration: underline;
}

.topLinkFeatureText, .topLinkFeatureText:link, .topLinkFeatureText:visited, .topLinkFeatureText:active {
	/* used for small text and links */
	color: #A0A1A6;
	text-decoration: none;
}

.topLinkFeatureText:hover {
	text-decoration: none;
}



