.sliderwrapper{
	width: 743px;
	height: 235px;
	border-width: 4px;
	border-color: #1b2227;
	border-style: solid;
	margin-left:auto;
	margin-right: auto;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/ /*width of featured content slider*/
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/ /*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{
	font-size: 10px;
	font-family: sans-serif;
	width:730px;
	margin-top: 215px;
	
	position: absolute;
	z-index: 1000;
	text-align: right;
}

.pagination a{
	text-decoration: none;
	color: #5c707c;
	                      
	padding: 5px;
	                      
	text-decoration: none;
	
}

.pagination a:hover, .pagination a.selected{
	color: white;
}