/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
 #carrousel {width:972px;}
 
.jcarousel-prev-disabled, .jcarousel-next-disabled{cursor:default;} 

#carrousel .jcarousel-container {
    position: relative;
}

#carrousel .jcarousel-clip {
    z-index: 2;
/*    padding: 0;
    margin: 0;
*/    overflow: hidden;
    position: relative;
	width:972px;
}

#carrousel .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#carrousel .jcarousel-item {
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 216px;
    height: 95px;
}

div#etapas div#carrousel ul li:last-child, .last-li {
	width:310px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
#carrousel .jcarousel-next {
    z-index: 3;
    display: none;
}

#carrousel .jcarousel-prev {
    z-index: 3;
    display: none;
}

/*-----------------------------------------------------------------------------------------------------------------*/

/**
 *  Horizontal Buttons
 */
#carrousel .jcarousel-next-horizontal {    
    height: 77px;
    cursor: pointer; 
	background: transparent url(../img/i_ciclismo_carrousel_r.png) no-repeat 0 0;
	right:0;
	position:absolute;
	width:47px;
}

/*.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
*/


#carrousel .jcarousel-prev-horizontal {    
    height: 77px;
    cursor: pointer; 
	background: transparent url(../img/i_ciclismo_carrousel_l.png) no-repeat 0 0;
	position:absolute;
	width:45px;
}

/*.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
*/
