.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 500px; /*width of featured content slider*/
height: 509px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
color: #e1d7c2;
}

.pagination{
	filter:alpha(opacity=05);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
width: 1296px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding: 5px 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
}

.pagination a{
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none; 
color: #1f37bb;
border: solid #1f37bb 1px;
margin: 5px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #ef5924;
}


