/* CSS Document */	/*----- CONTENT SLIDER DESIGN + CONTROLS ----- */#map-content {	width: 950px;	padding-bottom: 25px;	margin: 0 auto;	background:		#fff;}#map-text {	float: left;	width: 900px;	padding: 0 25px;	margin-bottom: 0px;}#map-slider {	width: 1000px;	background:		url(../graphics/csslayout/map-slider-bg.gif)		repeat-y		center;	padding-bottom: 25px;	margin-bottom: 25px;	text-align: center;}#map-bg {	float: left;	width: 900px;}#slider ul, #slider li {	margin: 0;	padding: 0;	list-style:none;}	#slider, #slider li {	height: 472px;	overflow: hidden;}#previous, #next {	display: block;	float: left;	width: 50px;}#previous a {	display: block;	width: 50px;	height: 100px;	margin-top: 185px;	background: url(../graphics/csslayout/map-leftA01.gif) no-repeat;	text-decoration: none;}#previous a:hover {	display: block;	width: 50px;	height: 100px;	background: url(../graphics/csslayout/map-leftA02.gif) no-repeat;}#next a {	display: block;	width: 50px;	height: 100px;	margin-top: 185px;	background:url(../graphics/csslayout/map-rightA01.gif) no-repeat;	text-decoration: none;}#next a:hover {	display: block;	width: 50px;	height: 100px;	background: url(../graphics/csslayout/map-rightA02.gif) no-repeat;}
