.jcarousel-container {
    position: relative;
}
.carousel_socios .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0px 0px 0px 30px;
    overflow: hidden;
    position: relative;
	width: 304px;
	left: 0px;
	top: 5px
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.carousel_socios .jcarousel-list li,
.carousel_socios .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 245px;
    height: 60px;
	background: none;
	text-align: center;
}
.carousel_socios .jcarousel-list li a,
.carousel_socios .jcarousel-item a{
    color: #0b182a !important;
   text-decoration: none !important;
   font-size: 11px;
}	
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
/* Horizontal Buttons  */
.carousel_socios .jcarousel-next-horizontal {
	background:transparent url(/img/common/homes/futbol/sprites_homefutbol.gif) repeat scroll -23px -214px;
	cursor:pointer;
	height:27px;
	position:absolute;
	right:8px;
	top:23px;
	width:16px;
}
.carousel_socios .jcarousel-prev-horizontal {
	background:transparent url(/img/common/homes/futbol/sprites_homefutbol.gif) repeat scroll 0px -214px;
	cursor:pointer;
	height:23px;
	left:8px;
	position:absolute;
	top:26px;
	width:20px;
}
.carousel_socios {
	/*background:transparent url(/img/common/homes/futbol/bg_galeriaultimospartidos.jpg) no-repeat scroll 0 bottom;*/
	width:304px;
	margin:0 0 0 4px;
}
.carousel_socios {
	float: left;
}