/* prev, next, prevPage, buttons */
a.browse {
	display:block;
	width:64px;
	height:54px;
	float:left;
	cursor:pointer;
	font-size:1px;
	background-image: url(../imagens/fundos/bts-scroll.gif);
	background-repeat: no-repeat;
	margin-left: 2px;
}

/* right */
a.right 				{
	background-position: 0 0px;
	clear:right;
	margin-right: 0px;
}
a.right:hover 		{
	background-position:0px -57px;
}
a.right:active 	{
	background-position:0px 0px;
} 


/* left */
a.left				{
	margin-left: 0px;
	background-position: 0px -114px;
} 
a.left:hover  		{
	background-position:0px -171;
}
a.left:active  	{
	background-position:0px -114;
}
a.disabled {
	visibility:hidden !important;		
} 	

.navi {
	width:715px;
	height:20px;
	position: absolute;
	left: 0px;
	top: -26px;
	text-align: right;
}


/* navigator */
.navi a {
	width:10px;
	height:10px;
	float:left;
	margin:3px;
	display:block;
	font-size:1px;
	background-image: url(../imagens/fundos/navigator.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #000000;
}

.navi a:hover {
	background-position:10px 0px;
}

.navi a.active {
	background-position:0px 10px;
}
a.disabled {
	visibility:hidden !important;		
}
.navi a.disabled {
	visibility:hidden !important;		
}

/*  scroll-empreendimentos
---- -- -- --- - -- --- ------------------------------------------*/

div.scrollable {
    position:relative;
	overflow:hidden;
	width: 715px;
	height:286px;
	text-align: left;
} 
div.scrollable .items {
    width:20000em;
	position:absolute;
	height: 344px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
} 
.scrollable .items div {
	float:left;
	width:350px;
	height:286px;
	margin-right: 20px;
}
.scrollable .items div img {
	float:left;
}
.scrollable div p {
    float:left;
	clear:left;
	color: #CCCCCC;
	background-color: #333333;
	line-height: 53px;
	display: block;
	height: 35px;
	width: 340px;
	padding-top: 18px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.scrollable {
	float:left;	
}
#setas {
	position: absolute;
	left: 585px;
	top: 289px;
	z-index: 10;
}
#setas-detalhe {
	position: absolute;
	left: 583px;
	top: 53px;
	z-index: 10;
}

/*  scroll-detalhe
---- -- -- --- - -- --- ------------------------------------------*/

div.scrollable-detalhe {
	position:relative;
	overflow:hidden;
	width: 715px;
	height:475px;
	text-align: left;
} 
#galeria-detalhe {
	height: 475px;
	width: 715px;
	margin-bottom: 20px;
}

div.scrollable-detalhe div.items {
	width:20000em;
	position:absolute;
	height: 475px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
} 
.scrollable-detalhe img {
	float:left;
}

.scrollable-detalhe {
	float:left;	
}
#setas {
	position: absolute;
	left: 584px;
	top: 289px;
	z-index: 10;
}

/*  scroll-home
---- -- -- --- - -- --- ------------------------------------------*/

div.scrollable-home {
    position:relative;
	overflow:hidden;
	width: 460px;
	height:344px;
	text-align: left;
} 
div.scrollable-home div.items {
    width:20000em;
	position:absolute;
	height: 344px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
} 
.scrollable-home img {
	float:left;
}

.scrollable-home {
	float:left;	
}
#setas-home {
	position: absolute;
	left: 330px;
	top: 289px;
	z-index: 10;
}
