.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 508px; /*width of featured content slider*/
height:130px;
border-bottom:1px solid #cccccc;
padding:0px 0px 10px 0px;
margin:0px 0px 20px 0px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 478px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	padding:0px 0px 0px 30px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-image: url(images/quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.pagination{
margin-bottom:10px;
width: 508px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
}

.pagination a {
	float:left;
	margin:0px 12px 10px 0px;
}


.pagination a img{
	border:1px solid #cccccc;
	
}

.pagination a:hover img, .pagination a.selected img{
	border:1px solid #00A7CB;
}