﻿div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 410px;	
	height:140px;	
	padding:0;	
	text-align:center;
	float:left;
	margin:0 auto;
}
div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
}

div.scrollable div.items div {
	float:left;
	text-align:center;
	width:370px;
	padding:15px 20px;
	font-size:12px;
	-moz-border-radius:5px;
	text-align:justify;
}
a.prev, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(left.png) no-repeat;
	float:left;
	margin:63px 10px;
	cursor:pointer;
}
a.next,a.nextPage 
{
	display:block;
	width:18px;
	height:18px;
	background:url(left.png) no-repeat;
	float:right;
	margin:63px 10px;
	cursor:pointer;
}
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}
a.disabled {
	visibility:hidden !important;		
}
a.next, a.nextPage {
	background-image:url(right.png);
	clear:right;	
}

