.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 280px;
background-color:#FFF;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
text-align: right;
background-color:#FFF;
margin-bottom:10px;
padding-bottom:10px;
padding-right:10px;
}

.pagination2 {
	margin-bottom:10px;
	text-align:center;
}

.pagination2 img {
	border:none;
}

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #9b9b9d;
background: white;
font-family:Helvetica, Verdana;
font-size:13px;

}

.pagination a:hover, .pagination a.selected{
color: #000;
font-weight:bold;
text-decoration:none;
}