.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 500px; /*width of featured content slider*/
	height: 300px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	/*background: white;*/
	width: 500px; /*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;
}

.pagination{
	width: 223px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:253px;
	/*background-color : #FFFFFF;
	background-image : url(../images/promotion/secondary/sec_pro_back_da.gif);
	background-position : top;
	background-repeat : repeat-x;*/
}

.pagination a{
	width: 223px;
	display: inline-block;
	border-bottom: 1px solid #FFFFFF;/**/
	background: #f7f0de;
	color: #000000;
	font: 12px Arial bold;
	text-align:left;
	text-decoration: none;
	line-height:35px;
	padding:0px 15px;
}

.pagination a:hover, .pagination a.selected{	
	background-color: #000000;
	color: #FFFFFF;
	padding:0px 15px;
	/*
	background: #ED1823;background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 3% 50%;
	visibility: hidden;*/
}