.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
margin-left:54px;
width: 872px; /*width of featured content slider*/
height: 229px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 872px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}
.slider_text{
	float:left;
	width:430px;
	padding:26px 0 0 0;
	}
.slider_img{
	float:right;
	width:430px;
	}
.pagination li{
	float:left;
	width:100%;
	padding:0 0 2px 0;
	}
.pagination{
width: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
position:absolute;
left:50px;
bottom:10px;
z-index:99999;
}

.pagination a{
padding: 0 5px;
text-decoration: none;
font-size:11px;
color:#fefefe;
display:block;
line-height:11px;
float:left;
border-left:#b50a00 2px solid;
text-transform:uppercase;
}

.pagination a:hover, .pagination a.selected{
color:#fefefe;
border-left:#fff 2px solid;
}
