/* outmost wrapper element */
#scrollable {		
	padding:40px 8px;
	width:673px;
	height:105px;
	margin:0px 0px 0px 10px;
	z-index:1584;	
	border-bottom:1px solid #af261c;
}

#scrollable * {
	z-index:1;
}

/* container for the scrollable items */
div.items {
	height:300px;	
	margin-left:8px;
	margin-right:8px;
	float:left;
	width:595px !important;	
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:22px;
	width:130px;
	height:105px;
	background:url(../imagens/bkg_obra.gif) left center no-repeat;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;			
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}

div.items a img 
{
	margin-top:9px;
}

/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:23px;
	height:23px;
	float:left;
	background-repeat:no-repeat;	
	margin:36px 0px 0px 0px;
}

a.prev {
	background:url(../imagens/back_obra.gif) no-repeat;		
}

a.prev:hover {
	background:url(../imagens/back_obra_hover.gif) no-repeat;		
}

a.next {
	background:url(../imagens/next_obra.gif) no-repeat;		
}

a.next:hover {
	background:url(../imagens/next_obra_hover.gif) no-repeat;		
}

/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../imagens/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
}