#the_core {
	width:750px;
	float:left;
	height:auto;
}


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:750px; /*width of featured content slider*/
height:480px;
padding:0px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0px;
padding-top:5px;
background:#5b471e;
width:750px; /*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;
float:left;
}

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

.pagination a{
font-family:verdana;
font-size:13px;
font-weight:bold;
padding: 0px;
text-decoration: none; 
color: #e5b53a;
padding:0px 17px 0px 17px;
border-right: 1px solid #e54b00;
}

.pagination a:hover, .pagination a.selected{
color: #ff5400;
font-size:13px;
}