.sliderwrapper{

overflow: hidden; /*leave as is*/
width: 890px; /*width of featured content slider*/
height: 330px;

}



.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: 890px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 330px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{

	background: url(../images/middle-menu.jpg) repeat-x;
	border-top: 1px solid #d5d5d5;
	height: 42px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.pagination a{

text-decoration: none;
font-weight: normal;
color: #919191;
}

.pagination a:hover {
background: none;
color: #47B8DC;
text-decoration: underline;
}

.pagination a.selected{
color: #47b8dc;
text-decoration: underline;
font-weight: bold;
}