	.prev {
		position: absolute;
		top: 16px;
		left: -125px;
		margin-top:12px;
		margin-left:128px;
		width: 32px;
		height: 32px;
		cursor: pointer;
		background: transparent url(/img/icons/prev-horizontal.png) no-repeat 0 0;
	}

	.prev:hover {
		background-position: -32px 0;
	}

	.prev:active {
		background-position: -64px 0;
	}
	
	

	.next {
		position: absolute;
		top: 16px;
		margin-top:12px;
		margin-left:5px;
		right: 5px;
		width: 32px;
		height: 32px;
		cursor: pointer;
		background: transparent url(/img/icons/next-horizontal.png) no-repeat 0 0;
	}

	.next:hover {
		background-position: -32px 0;
	}

	.next:active {
		background-position: -64px 0;
	}
	
	div.scrollable {
	
	/* required settings */
	margin-left:22px;
	margin-top:61px;
	position:relative;
	overflow:hidden;	 	
	width: 363px;	
	height:65px;	
	
	/* custom decorations */
	padding:10px 0;	
	/*border:1px outset #565656;*/
	background-color:#15170f;				
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:10px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:110px;
	padding:14px 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
/*	border:1px outset #ccc;*/
	background-color: #4B4B49;
	margin-right: 20px;	
	-moz-border-radius:5px;
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}	
#slider, #slider li{
	background:transparent;
	/*background:#82C3D7;*/
	width: 363px;	
	height:85px;	
	overflow:hidden; 
	color:#CDCABB;
	}
#slider li img{
	margin-left:5px;
	margin-top:3px;
}
span#prevBtn a{
		position: absolute;
		top: 16px;
		left: -125px;
		margin-top: 325px;
		margin-left:128px;
		width: 32px;
		height: 32px;
		cursor: pointer;
		background: transparent url(/img/icons/prev-horizontal.png) no-repeat 0 0;
}
span#nextBtn a{

			position: absolute;
			top: 16px;
			margin-top:325px;
			margin-left:5px;
			right: 21px;
			width: 32px;
			height: 32px;
			cursor: pointer;
			background: transparent url(/img/icons/next-horizontal.png) no-repeat 0 0;
}	
