/* formatação para as rolagens - jquery.scrollable */
#scrollable {
	/*background-color: #EFEFEF;*/
	/*border: 1px solid #DDD;*/
	padding: 10px 8px;
	width: 190px;
	height: 80px;
	margin-top: 10px;
	margin: auto;
	/*-moz-border-radius:7px;*/
}
/* container for the scrollable items */
#scrollable div.items {
	height: 82px;	
	margin-left: 8px;
	float: left;
	width: 190px !important;
}
/* single item */
#scrollable div.items a {
	display: block;
	float: left;
	margin-right: 6px;
	height: 78px;
	color: #ccc;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-color: #ECE9D8;
	border-width: 2px;
	border-style: solid;
}
#scrollable div.items a.hor{
	width: 90px;
}
#scrollable div.items a.ver{
	width: 62px;
}
#scrollable div.items a:hover {
	color: #999;	
	border-color: #B4A865;
}
#scrollable div.items a.active {	
	color: #555;
	cursor: default;
	border-color: #B4A865;
}	
