<style type="text/css">
body {
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#area {
	width: 100%;
}
/* root element for scrollable */
#scroller {

	/* required settings */
	position: absolute;
	overflow:hidden;
	z-index: -9;
	margin-top: -18px;

	/* vertical scrollables have typically larger height than width but not now */
	height: 400px;
	width: 100%;
}

/* root element for scrollable items */
#scroller .items {
	position:absolute;

	/* this time we have very large space for the height */
	height:20000em;
	width: 100%;
}

#scroller .items .item a.image {
	display: block;
	width: 1920px;
	height: 400px;
	margin: 0 auto;
}
.navi {
	width: 100px;
	margin: 0px auto;
}
.navi a {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(/examples/assets/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}
.navi a:hover {
    background-position:0 -8px;      
}
.navi a.active {
	background-position: 0 -16px;
}
</style>
