.sliderwrapper{
color: #fff;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 550px; /*width of featured content slider*/
height: 400px;
}



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

.pagination{
color: #F57F20;
background-position: center center;
background-repeat: repeat-x;
width: 543px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
		padding-top: 7px;
		padding-right: 7px;
		height: 20px;
		background-image: url(footer_bar.jpg);
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000;
}

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

.contentimage {
	height: 350px;
	padding: 5px;
	margin-bottom: 5px;
}

.sliderwrapper a{
	text-decoration: none;
	color: #ffffff;
}

.sliderwrapper a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}
