.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: ; /*width of featured content slider*/
	min-height:125px;
	height: auto !important;
	height: 125px;	

}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: ; /*leave as is*/
left: ;  /*leave as is*/
top: ;  /*leave as is*/
padding: 0px;
background: white;
width:100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: ; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	margin-top: 0px;
	height: 30px;
	padding-top: 5px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #666666;
	background-color: #EAEAEA;
}

.pagination a:hover, .pagination a.selected{
	color: #43A2D6;
	background-color: #EAEAEA;
}