/* @override http://wilkoszandway:8888/site_css/scroll.css */

.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 800px;
	height: 550px;
}

.scrollable .items {
	/* this cannot be too large */
	width: 2000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	width: 800px;
	height: 500px;
	padding-right: 0;
	margin-left: 27px;
	margin-right: 20px;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}
