.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 270px; /*width of featured content slider*/
height: 450px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 270px; /*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;
}

.pagination{
}

.pagination a{
	font-weight: bold;
	color: #06357C;
	font-size: 12px;
	line-height: 18px;
    text-decoration: none;
}

.pagination a:hover, .pagination a.selected{
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
	line-height: 18px;
    text-decoration: none;
}

#slider4{
height: 450px
}

#paginate-slider4{

}

#paginate-slider4 a img{
border: 2px solid gray;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid red;
}

