.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
width: 646px; /*width of featured content slider*/
height: 289px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 646px;
 /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 289px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pag_box {
	width: 646px;
	display: table;
}

.pagination {
	float: right;
}

.pagination a {
	padding: 0px;
	text-decoration: none; 
	color: #cccccc;
	font-size: 11px;
	width: 22px;
	height: 22px;
	display: block;
	margin-left: 2px;
	float: left;

}

.pagination a:hover, .pagination a.selected{
	color: #ffffff;
	background-color: #e87b1a;
	width: 22px;
	height: 22px;
}

.pagination p {
	padding-top: 4px;
	text-align: center;
}

.pp {
	text-align: center;
	font-size: 11px;
}

