/* CSS Document *//* Styles for main page Content Slider */#wrapperbackground {		background-image:url(images/wrapper_background.jpg);		width: 650px;		height: 450px;		}										/*#sliderwrapper slider2 {	background-image:url(../images/wrapper_background.jpg);	background-repeat: no-repeat;	}*/				.sliderwrapper {	position: relative; /*leave as is*/	left: 100px;	top: -250px;	overflow: hidden; /*leave as is*/			background-image:url(../images/wrapper_background.jpg);	background-repeat: no-repeat;			/*border: 10px solid #603312;*/	/*border-bottom-width: 6px;*/	width: 800px; /*width of featured content slider*/	height: 480px;	}.sliderwrapper .contentdiv {	visibility: hidden; /*leave as is*/	position: absolute; /*leave as is*/	left: 37px;  /*leave as is*/	top: 37px;  /*leave as is*/	padding: 0px;	background: transparent;	width: 717px; /*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 {	/* this is the bar that holds the links for the slider */	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	font-size: 12px;	position: relative;	top: 0px;	left: 0px;	width: 600px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/	text-align: right;	/*background-color: #603312; */	padding: 5px 10px;	}#paginate-slider2{	position: relative;	top: -240px;	left: 40px;	}.pagination a {	padding: 0 5px;	text-decoration: none; 	color: #666666;	background: white;	}.pagination a:hover, .pagination a.selected {	color: #000;	background-color: #fbc546;	}	h2 {	padding: 0px 0px 10px 0px;	margin: 0px 0px 0px 0px;	}	/* navigation #navigation {	width: 180px;	position: relative;	top:-430px;	left: 830px;	}*/
