.subheader_hotel .wrapper {
    float: right;
	margin: auto;
    max-width: 650px;
	font-family: Verdana, sans-serif;
}

/** Stage container **/
.subheader_hotel .connected-carousels .stage {
    position: relative;
    width: 900x;
}

/** Navigation container **/
.subheader_hotel .connected-carousels .navigation {
    background: url("../img/css/bg-galeria-hotel.png") no-repeat scroll 0 0 transparent;
	float: right;
    height: 80px;
    margin: 0 auto;
    position: relative;
    width: 650px;
}

/** Shared carousel styles **/
.subheader_hotel .connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}
.subheader_hotel .connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.subheader_hotel .connected-carousels .carousel li {
    float: left;
    position: relative;
}
.connected-carousels .carousel-stage li img {
    margin: -34px 0 0;
	image-rendering: optimizequality;
}

/** Stage carousel specific styles **/
.subheader_hotel .connected-carousels .carousel-stage {
    height: 420px;
}

.subheader_hotel .connected-carousels .carousel-stage ul li .divElementoSlider {
    overflow:hidden;
    position:relative;
    width:650px;
}

/** Navigation carousel specific styles **/
.subheader_hotel .connected-carousels .carousel-navigation {
    float: left;
    height: 50px;
    margin: 5px 0 0 55px;
    width: 535px;
}
.subheader_hotel .connected-carousels .carousel-navigation li {
    cursor: pointer;
}
.subheader_hotel .connected-carousels .carousel-navigation li img {
    display: block;
    border: 5px solid #fff;
}
.subheader_hotel .connected-carousels .carousel-navigation li.active img {
    border-color: #C8D4DB;
}

/** Stage carousel controls **/
.subheader_hotel .connected-carousels .prev-stage,
.subheader_hotel .connected-carousels .next-stage {
    background: url("../img/css/slide-arrows.png") no-repeat scroll -35px 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 40px;
    position: absolute;
    text-indent: -99999px;
    top: 190px;
    width: 30px;
}
.subheader_hotel .connected-carousels .prev-stage {
    background-position: 0 0;
    right: 45px;
}
.subheader_hotel .connected-carousels .next-stage {
    right: 10px;
}
.subheader_hotel .connected-carousels .prev-stage.inactive,
.subheader_hotel .connected-carousels .next-stage.inactive {
    display: none;
}

/** Navigation carousel controls **/
.subheader_hotel .connected-carousels .prev-navigation,
.subheader_hotel .connected-carousels .next-navigation {
    background: url("../img/css/controles.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 40px;
    position: absolute;
    text-decoration: none;
    text-indent: -99999px;
    width: 30px;
}
.subheader_hotel .connected-carousels .prev-navigation {
    left: 10px;
    top: 10px;
}
.subheader_hotel .connected-carousels .next-navigation {
    background-position: -30px 0;
    right: 10px;
    top: 10px;
}
.subheader_hotel .connected-carousels .prev-navigation.inactive,
.subheader_hotel .connected-carousels .next-navigation.inactive {
    cursor: default;
    opacity: 0.3;
}

/** Texto **/
.subheader_hotel .caption {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0 0 30px 30px;
    color: #555555;
    display: block;
    font-size: 15px;
    padding: 60px 10px 10px;
    position: absolute;
    right: 85px;
    top: 0;
    width: 190px;
    z-index: 8;
}
.subheader_hotel .caption p {
    margin: 0 0 0 10px;
}
.subheader_hotel .caption p.precio {
    color: #993333;
    font-size: 18px;
    padding: 15px 0;
}
.subheader_hotel .caption p.descuento {
    color: #9D976E;
    font-size: 18px;
    padding: 0 0 20px;
}
.subheader_hotel .caption p.descuento span.big,
.subheader_hotel .caption p.precio span.big {
    font-size: 44px;
}
.subheader_hotel .caption p.info {
    color: #336699;
    font-weight: bold;
    padding: 0 0 30px;
}
.subheader_hotel .caption a {
    background: url("../img/css/slide-a.png") no-repeat scroll 0 0 transparent;
    color: #818181;
    display: block;
    font-weight: bold;
    height: 46px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
}
.subheader_hotel .caption a:hover {
    color: #555555;
}