/* Easy Slider */#slider{}	#slider ul, #slider li{	margin:0;	padding:0;	list-style:none;	}#slider li{ 	/* 		define width and height of list item (slide)		entire slider area will adjust according to the parameters provided here	*/ 	width:317px;	height:72px;	overflow:hidden; 	}	#prevBtn, #nextBtn{ 	display:block;	width:30px;	height:77px;	position:absolute;	left:-30px;	top:71px;	}	#nextBtn{ 	left:696px;	}														#prevBtn a, #nextBtn a{  	display:block;	width:30px;	height:77px;	background:url(images/btn_prev.gif) no-repeat 0 0;		}	#nextBtn a{ 	background:url(images/btn_next.gif) no-repeat 0 0;		}														.sliderwrapper{	/*position: relative; /*leave as is*/	overflow: hidden; /*leave as is*/	width: 317px; /*width of featured content slider*/	height: 72px;}.pagination{	float:left;	width: 34px; /*Width of pagination DIV. */}.pagination #arrow-left a:link, .pagination #arrow-left a:visited{	background-image: url(images/arrow-news-left.gif);	background-position: center center;	float: left;	height: 16px;	width: 12px;	background-repeat: no-repeat;}.pagination #arrow-right a:link, .pagination #arrow-right a:visited{	background-image: url(images/arrow-news-right.gif);	background-position: center center;	float: left;	height: 16px;	width: 12px;	background-repeat: no-repeat;}.contentdiv{	visibility: hidden; /*leave as is*/	float:left;	width: 277px; /*width of content DIVs within slider. */	height: 72px;	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);	-moz-opacity: 1;	opacity: 1;	line-height: 16px;}.contentdiv a:link, .contentdiv a:visited {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #ffffff;	text-decoration: none;}.contentdiv a:hover {	color: #999999;	text-decoration: none;}.contentdiv a:active {	color: #231f20;	text-decoration: none;}