/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
.jcarousel-prev-disabled, .jcarousel-next-disabled{cursor:default;} 

#imagenes-carrusel .jcarousel-container {
    position: relative;
	margin-bottom:20px; /*width: 605px;*/
	margin-bottom:0;
	padding-bottom:0;
}

#imagenes-carrusel .jcarousel-clip {
    z-index: 2;
/*    padding: 0;
    margin: 0;
*/    overflow: hidden;
    position: relative;
	width:850px;
	padding:3px;
}

#imagenes-carrusel .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#imagenes-carrusel .jcarousel-item {
    float: left;
	
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 125px;
    height: 75px;
}

/**
 * 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".
 */
#imagenes-carrusel .jcarousel-next {
    z-index: 3;
    display: none;
}

#imagenes-carrusel .jcarousel-prev {
    z-index: 3;
    display: none;
}

/*-----------------------------------------------------------------------------------------------------------------*/

/**
 *  Horizontal Buttons
 */
#imagenes-carrusel .jcarousel-next-horizontal {    
    width: 22px;
    height: 55px;
    cursor: pointer;
    /*background: transparent url(../images/next-horizontal.png) no-repeat 0 0;*/
	background: transparent url(/img/ent/scroll-right.gif) no-repeat 0 0;
	float:right;
	position:relative;
	top:33px;
	left:5px;
}

/*.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
*/


#imagenes-carrusel .jcarousel-prev-horizontal {    
    width: 22px;
    height: 55px;
    cursor: pointer; 
    /*background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;*/
	background: transparent url(/img/ent/scroll-left.gif) no-repeat 0 0;
	float:left;
	position:relative;
	top:33px;	
	left:5px;
}

/*.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
*/


/*Carrusel videos*/

#videos .jcarousel-container {
    position: relative;
	margin-bottom:20px; /*width: 605px;*/
}

#videos .jcarousel-clip {
    z-index: 2;
/*    padding: 0;
    margin: 0;
*/    overflow: hidden;
    position: relative;
	width:870px;
	padding:3px;
	left:15px;
}

#videos .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#videos .jcarousel-item {
    float: left;
	
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 133px;
    height: 80px;
}

/**
 * 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".
 */
#videos .jcarousel-next {
    z-index: 3;
    display: none;
}

#videos .jcarousel-prev {
    z-index: 3;
    display: none;
}

/*-----------------------------------------------------------------------------------------------------------------*/

/**
 *  Horizontal Buttons
 */
#videos .jcarousel-next-horizontal {    
    width: 22px;
    height: 55px;
    cursor: pointer;
    /*background: transparent url(../images/next-horizontal.png) no-repeat 0 0;*/
	background: transparent url(/img/ent/scroll-right.gif) no-repeat 0 0;
	float:right;
	position:relative;
	top:35px;
	left:5px;
}

/*.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
*/


#videos .jcarousel-prev-horizontal {    
    width: 22px;
    height: 55px;
    cursor: pointer; 
    /*background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;*/
	background: transparent url(/img/ent/scroll-left.gif) no-repeat 0 0;
	float:left;
	position:relative;
	top:35px;	
	left:5px;
}

/*.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
*/