#slider4{
	border-color: #cccccc;
	margin-left: 10px;
	height: 300px
}

#paginate-slider4{
	background-color: #15A8E0;
	border-color: #15A8E0;
	margin-left: 10px;
}

#paginate-slider4 a img{
	width: 94px;
	height: 95px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
	border: 1px solid #15A8E0;
}


.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #CCCCCC;
	border-bottom-width: 0px;
	width: 300px; /*width of featured content slider*/
	height: 250px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	background: white;
	width: 300px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	f/ilter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	w/idth:300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	t/ext-align: right;
	b/ackground-color: navy;
	p/adding: 5px 10px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #00007D;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FEE496;
}