﻿.promo_sliderwrapper{
	border: 0px solid #CCCCCC;
	position: relative; /*leave as is*/;
	overflow: hidden; /*leave as is*/ /* border: 15px gray;*/ /* border-bottom-width: 16px;*/;
	width: 750px; /*width of featured content slider*/;
	height: 55px;
	margin-top: 10px;
/*background-image:url('../images/featured_ad_js_disabled.gif')*/
}
.promo_sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/;
	position: absolute; /*leave as is*/;
	left: 0; /*leave as is*/;
	top: 0; /*leave as is*/;
	padding: 0px;
	background: white;
/*background-image:url('../images/featured_ad_js_disabled.gif')*/ /*border: 15px black;*/	width: 750px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.promo_pagination{
	width: 715px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/;
	text-align: right;
	padding: 5px 5px;
	font-family: verdana;
	font-size: 8pt;
}
.promo_pagination a{
	border: 1px solid #CCCCCC;
	padding: 0 5px;
	text-decoration: none;
	color: #808080;
	background: white;
	font-family: verdana;
	font-size: 8pt;
}
.promo_pagination a:hover, .promo_pagination a.selected{
	border: 1px solid #C0C0C0;
	color: #666666;
	background-color: #E4E4E4;
	font-family: verdana;
	font-size: 8pt;
}

