/* CSS Document */	/*----- CONTENT SLIDER DESIGN + CONTROLS ----- */#sliderborder {	float: left;	background: url(../graphics/csslayout/bg.jpg);	width: 519px;	margin-bottom: 17px;	padding: 18px;}#slider ul, #slider li {	margin: 0;	padding: 0;	list-style:none;}	#slider, #slider li {	width: 519px;	height: 340px;	overflow: hidden;}#previous, #next {	display: block;	float: left;	width: 20px;	margin-top: 165px;}#previous a {	display: block;	width: 20px;	height: 39px;	background: url(../graphics/csslayout/leftA01.gif) no-repeat;}#previous a:hover {	display: block;	width: 20px;	height: 39px;	background: url(../graphics/csslayout/leftA02.gif) no-repeat;}#next a {	display: block;	width: 20px;	height: 39px;	background:url(../graphics/csslayout/rightA01.gif) no-repeat;}#next a:hover {	display: block;	width: 20px;	height: 39px;	background: url(../graphics/csslayout/rightA02.gif) no-repeat;}
