#banner {
	border-bottom: 2px solid #002F4F;
	height: 260px;
	/*display: none;*/
}

.scrollable {
	/* required settings */
	float: left;
	position:absolute;
	overflow:hidden;
	width: 960px;
	height:260px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable .item {
	float:left;
	cursor:pointer;
	width:960px;
}

.scrollable .item .info {
	float: left;
	width: 360px;
	height: 260px;
	overflow: hidden;
	background: url(../img/fundo-info.png) top left no-repeat;
}

.scrollable .item .info a {
	color: #FF5A00;
	font-weight: bold;
}

.scrollable .item .info a:hover {
	color: #000;
}

.scrollable .item .info div {
	height: 200px;
}

.item .info h2 {
	margin: 30px 30px 10px 30px;
	color: #fff;
}

.item .info .descricao {
	line-height: 18px;
	color: #ccc;
	margin: 0 30px 10px 30px;
	font-size: 15px;
}

.info .link {
	float: left;
	margin: 0 0 0 30px;
	font-size: 16px;	
}

.info .pagina_atual {
	color: #ccc;
	font-size: 13px;	
	float: right;
	margin: 0 30px 0 0;
}

.scrollable .item .imagem {
	float: left;
	width: 600px;
	height: 260px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	position: absolute;
	background:url(../img/setas-banner.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
}


/* right */
a.right { 
	z-index: 9999;
	background-position: -30px 0; 
	clear:right; 
	margin: 110px 0 0 945px;
}
a.right:hover {
	background-position:-30px -30px;
}

/* left */
a.left { 
	z-index: 9999;
	margin: 110px 0 0 -15px;
} 
a.left:hover { 
	background-position:0 -30px;
}

/* up and down */
a.up, a.down { 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover {
	background-position:-30px 0;
}
a.up:active {
	background-position:-60px 0;
}

/* down */
a.down {
	background-position: 0 -30px;
}
a.down:hover {
	background-position:-30px -30px;
}
a.down:active {
	background-position:-60px -30px;
} 

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
} 	




