.sliderwrapper{position: relative; /*leave as is*/overflow: hidden; /*leave as is*/border: 1px solid blue;width: 515px; /*width of featured content slider*/height: 315px;}.sliderwrapper .contentdiv{	visibility: hidden;	position: absolute;	left: 0;	top: 0;	padding: 0px;	width: 305px;	height: 100%;filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);-moz-opacity: 1;	opacity: 1;	background-color: #ffffff;}.pagination{width: 570px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/text-align: center;margin-left:-25px;}.pagination a{padding: 0 5px;text-decoration: none; 	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	line-height: normal;	font-weight: normal;	font-variant: normal;	color: #11235c;}.pagination a:hover, .pagination a.selected{	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	line-height: normal;	font-weight: normal;	font-variant: normal;	color: #669900;	text-decoration: underline;}
