.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 945px; /*width of featured content slider*/
height: 120px;

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

}

.pagination{
text-align: right;
float:right;
vertical-align:middle;
}
.pagination a{
	text-decoration: none; 
	background:url(/images/dot-white.jpg) center no-repeat;
	margin-left:3px;
	float:left;
	margin-top:-3px;
}

.pagination a:hover, .pagination a.selected{
	background:url(/images/dot-orange.jpg) center no-repeat;
	color:#FF0000;
}
