.scrollable 
{
	position:relative;
	overflow:hidden;	 	
	width: 648px;	
	height:162px;
}
.scrollable .items 
{	
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;	
}
.scrollable .items div
{
	float: left;
}
.btn-scroll
{
	position: absolute;
	display: block;
	bottom: 9px;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: 0 -36px;
	text-indent: -999em;
	cursor: pointer;
}
.scrollNext			{ background-image: url(/img/btn_scrollNav_next.png); right: 18px; }
.scrollPrev			{ background-image: url(/img/btn_scrollNav_prev.png); right: 57px; }
.btn-scroll:hover	{ background-position: 0 -72px; }
.scrollDisabled,
.scrollDisabled:hover
{
	background-position: 0 0;
	cursor: default;
}
#scrollNav
{
	position: absolute;
	left: 18px;
	bottom: 18px;
}
#scrollNav a
{
	margin-right: 3px;
	padding: 0.25em 0;
	height: 1em;
	width: 1.5em;
	line-height: 1;
	float: left;
	text-align: center;
	background: #fff;
	color: #606363;
	text-decoration: none;
	border: 1px solid #fff;
	cursor: pointer;
}
#scrollNav a:hover
{
	color: #569BA1;
}
#scrollNav a.active,
#scrollNav a.active:hover
{
	background: #569BA1;
	color: #fff;
}

