#scrolling {
	position:relative;
	height:550px;
	width:100%;
}
	
#scrollingImages{
	overflow:hidden;
	width:100%;
	height:550px;
	width:100%;
}

#scrollingImages ul {
	width:3900px;
	margin:0;
	padding:0 0 0 800px;
}

#scrollingImages li {
	display:inline-block;
	margin:0 -1px;
	padding:0;
}

#scrolling #buttons {
	position:absolute;
	width:990px;
	left:-15px;
	top:260px;
}
	
#scrolling #buttons a {
	display:block;
	width:30px;
	height:30px;
	z-index:1000;
}

#scrolling #buttons a.prev, #scrolling #buttons a.prev:link, #scrolling #buttons a.prev:visited {
	background:url("../images/scrollArrows.gif") no-repeat 0 0;
}

#scrolling #buttons a.prev:hover, #scrolling #buttons a.prev:active {
	background-position:0 -38px;
}

#scrolling #buttons a.next, #scrolling #buttons a.next:link, #scrolling #buttons a.next:visited {
	float:right;
	background:url("../images/scrollArrows.gif") no-repeat -51px 0;
}

#scrolling #buttons a.next:hover, #scrolling #buttons a.next:active {
	background-position:-51px -38px;
}
