.jcarousel-container {
    position: relative;
}
.jugadoreshistoricos .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	width: 263px;
	left: 20px;
}
.galeriaultimospartidos .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	width: 525px;
	left: 55px;
}
.plantelprofesional .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	width: 260px;
	left: 20px;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jugadoreshistoricos .jcarousel-list li,
.jugadoreshistoricos .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
width: 53px;
    height: 55px;
}
.plantelprofesional .jcarousel-list li,
.plantelprofesional .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 265px;
    height: 130px;
	}
.galeriaultimospartidos .jcarousel-list li,
.galeriaultimospartidos .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 265px;
    height: 130px;
	}
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/* SKIN */
.internas .desarrollo .jugadoreshistoricos .jcarousel-skin-tango .jcarousel-container-horizontal {
	height:160px;
	padding:0 30px;
	width:390px;
}
.internas .desarrollo .carouselPlantel .jcarousel-skin-tango .jcarousel-container-horizontal {
	height:160px;
	padding:0 30px;
	width:390px;
}
.internas .desarrollo .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  404px;
    height: 160px;
}

.internas .desarrollo  .corto .jcarousel-skin-tango .jcarousel-clip-horizontal {
	margin:0 0 0 7px;
	width:397px !important;
}


.internas .desarrollo .jcarousel-skin-tango .jcarousel-item {
    width: 120px;
    height: 160px;
}
.internas .desarrollo .jcarousel-skin-tango .jcarousel-item-horizontal {
}
.internas .desarrollo .jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/*
 *  Horizontal Buttons
 */
.jugadoreshistoricos .jcarousel-next-horizontal {
	background:transparent url(/img/common/homes/futbol/sprites_homefutbol.gif) repeat scroll -15px -198px;
	cursor:pointer;
	height:17px;
	position:absolute;
	right:5px;
	top:17px;
	width:15px;
}
.plantelprofesional .jcarousel-next-horizontal {
	background:transparent url(/img/common/homes/futbol/sprites_homefutbol.gif) repeat scroll -15px -198px;
	cursor:pointer;
	height:18px;
	position:absolute;
	right:5px;
	top:45px;
	width:15px;
}
.galeriaultimospartidos .jcarousel-next-horizontal {
	background:transparent url(/img/common/homes/futbol/sprites_homefutbol.gif) repeat scroll -24px -214px;
	cursor:pointer;
	height:27px;
	position:absolute;
	right:20px;
	top:23px;
	width:16px;
}

.jugadoreshistoricos .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -15px -27px;
}

.jugadoreshistoricos.jcarousel-next-horizontal:active {
    background-position: -15px -27px;
}
.jugadoreshistoricos .jcarousel-prev-horizontal {
	background:transparent url(/img/common/homes/futbol/sprites_homefutbol.gif) repeat scroll 0 -197px;
	cursor:pointer;
	height:18px;
	left:5px;
	position:absolute;
	top:16px;
	width:15px;
}
.plantelprofesional .jcarousel-prev-horizontal {
	background:transparent url(/img/common/homes/futbol/sprites_homefutbol.gif) repeat scroll -1px -198px;
	cursor:pointer;
	height:15px;
	left:5px;
	position:absolute;
	top:54px;
	width:15px;
}
.galeriaultimospartidos .jcarousel-prev-horizontal {
	background:transparent url(/img/common/homes/futbol/sprites_homefutbol.gif) repeat scroll 0 -218px;
	cursor:pointer;
	height:19px;
	left:20px;
	position:absolute;
	top:26px;
	width:20px;
}

.jugadoreshistoricos .jcarousel-prev-horizontal:hover {
    background-position: 0px -27px;
}