/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#banner_area {
	position:relative;
	overflow:hidden;
	width: 620px;
	height: 230px;
	z-index: 0;
	margin-left:auto;
	margin-right:auto;
}
#main_banner a{ 
	display: none;
}
#controls{
	position: absolute;
	right: 2%;
	bottom: 2%;
	z-index: 50;
}
a#previous, a#next {
	cursor: pointer;
}