.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border:0px solid #000000;
	width: 98%; /*width of featured content slider*/
	height: 73%;
	z-index:0;
}



.sliderwrapper .contentdiv{
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 98%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 97%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background:#f5f5f5;
	z-index:-1;	
}

.pagination{
	width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background:#F0F0F0;
	border-top:1px solid #CCCCCC;
	padding:0px;
	margin:0 ;
	height:25px;
}

.pagination a{
	font-weight:bold;
	margin:2px;
}

