#paginate-slider4 a img{
width: 200px; /*size of image in pagination*/
height: 70px; /*size of image in pagination*/
border: 1px solid black; /*border around images in pagination*/
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 1px solid white; /*format when you scroll over pagination and as it scrolls through*/
}
.pagination{
width: 202px; /*Image = 200px and 1px border on each side*/
}

.pagination a{
text-decoration: none; 
}

#slider4{
height: 288px; /*height of picture and text below picture*/
z-index:10;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 1px;
width: 387px; /*width of featured content slider*/
}



.sliderwrapper .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0px;
	background: black;
	width: 387px;
	height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
	margin: 0px;
}

