.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #e5e3d7;
border-bottom-width: 6px;
width: 936px; /*width of featured content slider*/
height: 355px;
background-color: #ece4d4;
}



.sliderwrapper .contentdiv{

visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: #f2f1ea;
width: 936px; /*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:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#1A1202;
}

.pagination{
width: 915px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #e4d3ae;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #352c03;
background: #e4d3ae;
}

.pagination a:hover, .pagination a.selected{
color: #352c03;
background-color: #c1ae84;
}
