.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border: 0px solid white;*/
	border-bottom-width: 0px;
	width: 448px; /*width of featured content slider*/
	height: 150px;

}



.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;*/
margin-left:0px;
width: 448px; /*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;
		border-left: 15px solid #00a6eb;

}

.pagination{
	width: 426px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	background-color: #FFFFFF;
	padding: 0;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #999999;
	border-left: 20px solid white;

}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #666666;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #2FC0FF;	/*background-color: #82DAFF;*/
}
#paginate-slider1
{
	
	float: left;
	width: 45px;
	margin-top: 10px;
	margin-left: 5px;
	
}

#paginate-slider1 ul{
	list-style-type:none;
}


#paginate-slider1 ul li
{
	
	float: left;
	width: 45px;
	margin-top: 10px;

	
}

#paginate-slider1 a img {
/*	border:2px solid white;*/
border:2px solid #00a6eb;
	/*padding-bottom:5px;*/
	
}

#paginate-slider1 a img:hover, #paginate-slider1 a.selected img
{
	border: 2px solid #FFF;
}
