/* Carrusel de consejos de la barra lateral */
.consejos_breves .jcarousel-container { position: relative; margin-top:10px; }
.consejos_breves .jcarousel-clip {  z-index: 2; padding: 0; width:214px;  overflow: hidden; position: relative; font-style:italic; margin:0 40px; }
.consejos_breves #consejos {  position: relative; overflow: hidden; }
.consejos_breves #consejos li { float: left; list-style: none;   width: 214px; _width: 213px; }
.consejos_breves .jcarousel-next {  z-index: 3; display: none; position: absolute;   top: 20px; right:0;  width: 32px;  height: 42px;  cursor: pointer;  background: transparent url(../../images/hogar/flecha_der.gif) no-repeat 0 0; }
.consejos_breves .jcarousel-prev {  z-index: 3; display: none; position: absolute;  top: 20px; left:0; _left:-40px;    width: 32px;  height: 42px;  cursor: pointer;  background: transparent url(../../images/hogar/flecha_izq.gif) no-repeat 0 0; }

/* Carrusel de rincon de los niņos */
.descarga_fondos .jcarousel-container { position: relative; margin-top:20px; }
.descarga_fondos .jcarousel-clip {  z-index: 2; padding: 0; width:535px;  overflow: hidden; position: relative; font-style:italic; margin:0 40px; }
.descarga_fondos ul {  position: relative; overflow: hidden; }
.descarga_fondos ul li { float: left; list-style: none; width:185px;}
.descarga_fondos .jcarousel-next {  z-index: 3; display: none; position: absolute;   top: 35px; right:0;  width: 32px;  height: 42px;  cursor: pointer;  background: transparent url(../../images/hogar/rincon_ninos/arrow-right.gif) no-repeat 0 0; }
.descarga_fondos .jcarousel-prev {  z-index: 3; display: none; position: absolute;  top: 35px; left:0; _left:-40px;    width: 32px;  height: 42px;  cursor: pointer;  background: transparent url(../../images/hogar/rincon_ninos/arrow-left.gif) no-repeat 0 0; }


/*Carrusel para los distintos consejos en el canal eficiente de hogar*/
#slides_advice .jcarousel-clip {  z-index: 2; padding: 0; overflow: hidden; position: relative; font-style:italic; margin:0 40px; }
#slides_advice .jcarousel-next {  z-index: 3; display: none; position: absolute;   top: 0; right:0;  width: 27px;  height: 196px;  cursor: pointer;  background: url('../../images/etc/perfil_energetico/btn-right-slide.png') no-repeat scroll 0 0; }
#slides_advice .jcarousel-next:hover {background-position:0 -196px;}
#slides_advice .jcarousel-prev {  z-index: 3; display: none; position: absolute;  top: 0; left:0; _left:-40px; width: 27px;  height: 196px;  cursor: pointer;  background: url('../../images/etc/perfil_energetico/btn-left-slide.png') no-repeat scroll 0 0; }
#slides_advice .jcarousel-prev:hover {background-position:0 -196px;}
/* General */
.jcarousel-prev-disabled,
.jcarousel-next-disabled { cursor: default;  visibility:hidden; }


/****CARRUSEL VERTICAL*****/
.jcarousel-vertical-climatizacion .jcarousel-container {
    background: #ffffff;
    width: 102px;
/*    height: 350px;*/
    padding: 40px 10px 40px 10px;	
	position: relative;
}
.jcarousel-vertical-climatizacion .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width:  102px;
    height: 469px;	
}
.jcarousel-vertical-climatizacion .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-vertical-climatizacion .jcarousel-list li{
    width: 102px;
    height: 102px;
}

.jcarousel-vertical-climatizacion .jcarousel-next {
    z-index: 3;
    display: none;
    position: absolute;
    bottom: 5px;
    left: 9px;
    width: 100px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../../images/hogar/climatizacion/flecha_inf.gif) no-repeat 0 0;	
}

.jcarousel-vertical-climatizacion .jcarousel-prev {
    z-index: 3;
    display: none;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 100px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../../images/hogar/climatizacion/flecha_sup.gif) no-repeat 0 0;	
}
