#slider { 
	width: 996px;
}
#slider ul li {
	padding: 0 33px 0 26px;
	width: 937px !important;
}
span#prevBtn a, span#prevBtn a:visited, span#slider1next a, span#slider1next a:visited {
	position: absolute;
	display: block;
	height: 54px;
	width: 40px;
	text-indent: -9999px;
	top: 420px;
	cursor: pointer;
	outline: none;
}
span#prevBtn a, span#prevBtn a:visited {
	background: url(images/arrow.png) no-repeat top right;
	left: 510px;
}
span#slider1next a, span#slider1next a:visited {
	background: url(images/arrow.png) no-repeat top left;
	right: 33px;
}
span#prevBtn a:hover {
	background: url(images/arrow.png) no-repeat bottom right;
}
span#slider1next a:hover {
	background: url(images/arrow.png) no-repeat bottom left;
}
#layout ol#controls {
	position: absolute;
	top: 95px;
	right: 30px;
}
#layout ol#controls li {
	text-align: right;
	float: left;
}
#layout ol#controls li a {
	color: #4c4c4c;
	font-size: 0.8em;
	margin: 0 5px 0 0;
	text-decoration: none;
}
#layout ol#controls li a:hover {
}
#layout ol#controls li.current a {
	color: #868686;
}
#slider ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
#slider ul ul li {
	float: none;
	height: auto;
	width: auto !important;
}