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



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

.pagination{
width: 730px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
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: #000;
border: solid #333 1px;
margin: 5px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #3e3229;
}



