.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: none;
	border-bottom-width: 1px;
	width: 530px; /*width of featured content slider*/
	height: 310px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 1px;
	background: #cc9933;
	width: 530px; /*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;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
}

.pagination{
	width: 530px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	background-color: none;
	padding: 0px 0px;
}

.pagination a{
	padding: 0 1px;
	text-decoration: none; 
	color: #000000;
	background: #cc9933;
}

.pagination a:hover, .pagination a.selected{
	color: #000000;
	background-color: #ffcc66;
}

div.productName {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:7px;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	line-height:18px;
	vertical-align:middle;
}
