#carrousel_inmuebles #previousBtn{
	position:absolute;
	top:50%;
	left:-90px;
	/* display:inline; */
	display: none;
	float:left;
	width: 63px;
	height:87px;
	margin:-43.5px 0px;
	padding:0px 2px;
	background:url(../img/previousBtn.png)no-repeat center center;
	z-index:1003;
	opacity:.8;
	cursor:pointer;
}

#carrousel_inmuebles #previousBtn:hover{
	opacity:1;
}


#carrousel_inmuebles #nextBtn{
	position:absolute;
	top:50%;
	right:-90px;
	/* display:inline; */
	display: none;
	float:left;
	width: 63px;
	height:87px;
	margin:-43.5px 0px;
	padding:0px 2px;
	background:url(../img/nextBtn.png) no-repeat center center;
	z-index:1003;
	opacity:.8;
	cursor:pointer;
}

#carrousel_inmuebles #nextBtn:hover{
	opacity:1;
}




#carrousel_inmuebles ul#nav{
	position:absolute;
	bottom:-50px;
	left:5%;
	display:block;
	float:left;
	width: 90%;
	height:34px;
	margin:0px auto;
	padding:0px 0px;
	z-index:1003;
	list-style:none;
	text-align:center;
}


#carrousel_inmuebles ul#nav li{
	position:relative;
	display: inline-block;
	width: 34px;
	height:14px;
	margin:0px 2px;
	padding:10px 0px;
	z-index:103;
	color: #C73016;
	border-radius: 3px;
	background:#EEEEEE;
	text-align: center;
	cursor: pointer;
}

#carrousel_inmuebles ul#nav li:hover, #carrousel_inmuebles ul#nav li.active{
	background: #C73016;
	color: #EEEEEE;
}


































#noticias #previousBtn{
	position:absolute;
	top:50%;
	left:-90px;
	/* display:inline; */
	display: none;
	float:left;
	width: 63px;
	height:87px;
	margin:-43.5px 0px;
	padding:0px 2px;
	background:url(../img/previousBtn.png)no-repeat center center;
	z-index:1003;
	opacity:.8;
	cursor:pointer;
}

#noticias #previousBtn:hover{
	opacity:1;
}


#noticias #nextBtn{
	position:absolute;
	top:50%;
	right:-90px;
	/* display:inline; */
	display: none;
	float:left;
	width: 63px;
	height:87px;
	margin:-43.5px 0px;
	padding:0px 2px;
	background:url(../img/nextBtn.png) no-repeat center center;
	z-index:1003;
	opacity:.8;
	cursor:pointer;
}

#noticias #nextBtn:hover{
	opacity:1;
}




#noticias ul#nav{
	position:absolute;
	bottom:-50px;
	left:5%;
	display:block;
	float:left;
	width: 90%;
	height:34px;
	margin:0px auto;
	padding:0px 0px;
	z-index:1003;
	list-style:none;
	text-align:center;
}


#noticias ul#nav li{
	position:relative;
	display: inline-block;
	width: 14px;
	height:14px;
	margin:0px 2px;
	padding:0px 0px;
	z-index:103;
	color: #C73016;
	border-radius: 10px;
	background:#EEEEEE;
	text-align: center;
	cursor: pointer;
	font-size: 0px;
}

#noticias ul#nav li:hover, #noticias ul#nav li.active{
	background: #C73016;
	color: #EEEEEE;
}