.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 686px; /*width of featured content slider*/
	height: 195px;
	float: left;
	clear: left;
	margin-left:-14px;
	_margin-left:-7px;
	margin-top:1px;
}



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

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#paginate-slider1 {
	width: 600px;
	display: inline;
	float: right;
}

.pagination{
	text-align: right;
	padding: 1px 4px;
	margin-right:10px;
}

.pagination a{
padding: 0 8px;
text-decoration: none; 
color: #ccc;
font-size:10px;
background-color: #666;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #005daa;
}

