.demo-wrap{
    margin: 20px 0;
}
.demo-wrap ul {
	width: 150px;
	height: 200px;
	overflow: hidden;
	margin: 0;     
}
.demo-wrap li {
	list-style: none;
	margin: 0px;
	height: 200px;
}
.demo-wrap.border {
	border-top: dotted #c3c3c1 1px;
	padding-top: 15px;
}

.demo-wrap.border .bx-window {
	margin-top: 78px;
}

.demo-wrap .left {
        text-align:center;
        padding:0 5px;
	width: 140px;
	float: left;        
}
.demo-wrap .left a{
    text-decoration: none;
}
.demo-wrap .left a:hover{
    text-decoration: underline;
}
.demo-wrap .left img{display:inline;vertical-align: middle}

.demo-wrap .right {
	width: 136px;
        margin-top:5px;
        padding:5px 2px;
	float: left;        
}
.demo-wrap .multiple li {
	width: 190px;
}

.demo-wrap .bx-wrapper {
	margin: 0 auto;
}

.demo-wrap .bx-prev {
	position: absolute;
	top: 35px;
	left: -30px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(../img/icon_arrow_left.png) no-repeat 0 -31px;
}

.demo-wrap .bx-next {
	position: absolute;
	top: 35px;
	right: -30px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(../img/icon_arrow_right.png) no-repeat 0 -31px;
}

.demo-wrap .bx-next:hover,
.demo-wrap .bx-prev:hover {
	background-position: 0 0;
}
.demo-wrap a{outline-style:none;}


#servicios-carrusel .demo-wrap ul {    
	width: 222px;
	height: 185px;
	overflow: hidden;
	margin: 0;               
}

#servicios-carrusel .demo-wrap li {
	list-style: none;
	margin: 0px;
	height: 200px;        
}
#servicios-carrusel .demo-wrap.border{
	border-top: dotted #c3c3c1 1px;
	padding-top: 15px;
}
/*
.demo-wrap.border .bx-window {
	margin-top: 78px;
}

.demo-wrap .left {
        text-align:center;
	width: 100px;line-height:100px;
	float: left;          
}
.demo-wrap .left img{display:inline;vertical-align: middle}

.demo-wrap .right {
	width: 136px;
        margin-top:5px;
        padding:5px 2px;
	float: left;        
}

.demo-wrap .right .titulo-inmueble{margin-top: 0px;font-size: 1em;font-weight:bold;}
.demo-wrap .right .descripcion-inmueble{margin-top: 0px;font-size: .9em;color: #838383;}
.demo-wrap .right .precio-inmueble{margin-top: 5px;font-size: .9em;color: #838383;}

.demo-wrap .multiple li {
	width: 190px;
}

.demo-wrap .bx-wrapper {
	margin: 0 auto;
}*/

#servicios-carrusel .demo-wrap .bx-prev {
	position: absolute;
	top: 60px;
	left: -35px;
	width: 36px;
	height: 70px;
	text-indent: -999999px;
	background: url(../img/flechas-carrusel/flecha-izquierda.png) no-repeat 0 0px;
}

#servicios-carrusel .demo-wrap .bx-next {
	position: absolute;
	top: 60px;
	right: -35px;
	width: 36px;
	height: 70px;
	text-indent: -999999px;
	background: url(../img/flechas-carrusel/flecha-drecha.png) no-repeat 0 0px;
}

#servicios-carrusel .demo-wrap .bx-next:hover{
    background: url(../img/flechas-carrusel/flecha-drecha-hover.png) no-repeat 0 0px;
}
#servicios-carrusel .demo-wrap .bx-prev:hover {
    background: url(../img/flechas-carrusel/flecha-izquierda-hover.png) no-repeat 0 0px;
}
/*.demo-wrap a{outline-style:none;}*/

