.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 100%; /*width of featured content slider*/
	height: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}



.sliderwrapper .contentdiv{
	visibility: hidden;  /*leave as is*/
	padding: 0px;/*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 350px;


/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
	margin: 0px;
	
	text-align: center;
}




.pagination{
	width: 150px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	top: -35px;
	left: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
	display: none;
}

.pagination a{
	text-decoration: none;
	color: #666666;
	background-image: url(images/numbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
}
