﻿#scrollable {
	padding:15px 0 0 40px;
	height:111px;
	width:690px;
}

div.items {
	height:111px;	
	float:left;
	width:612px !important;
	background-color: #d4dcc5;
	padding-left:8px;
}

div.items a {
	display:block;
	float:left;
	margin-right:12px;
	width:140px;
	height:80px;
	font-size:50px;
	color:#ccc;
	line-height:80px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	padding-top:12px;
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	color:#555;
	cursor:default;
}


a.prev, a.next {
	display:block;
	width:35px;
	height:111px;
	float:left;
	background-repeat:no-repeat;	
}

a.prev {
	background:url(img/btn-left.png);		
}

a.next {
	background:url(img/btn-right.png);		
}