paginate-slider1{
	margin-left:205px;
	border: 0.5px;
	border-color: #CCCCCC;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid gray;
border-bottom-width: 1px;
width: 580px; /*width of featured content slider*/
height: 180px;
}



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

.pagination{
position: relative;
top: -30px;
margin-left:317px;
width: 250px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 1px 3px;
z-index: 100;

}

.pagination a{
	padding: 0 6px;
	text-decoration: none;
	color: #000000;
	background: white;
	font-size:10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

.contentdiv img{
border: 0;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color:#CDCDCD;
}