.leyoeste .jcarousel-skin-tango .jcarousel-container {

}

.leyoeste .jcarousel-skin-tango .jcarousel-container-horizontal {
background:url(../../../images/bgsliderleyo.gif) repeat-x left top;
height:202px;
}
.leyoeste .jcarousel-skin-tango .jcarousel-clip-horizontal {  
	width:271px;    
}

.leyoeste .jcarousel-skin-tango .jcarousel-item {
 	margin-right:;
}

.leyoeste .jcarousel-skin-tango .jcarousel-item-horizontal {
 /*   margin-right: 10px;*/
}

.leyoeste .jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.leyoeste .jcarousel-skin-tango .jcarousel-next-horizontal {
background:transparent url(next-horizontal-leyo.png) left top no-repeat;
cursor:pointer;
height:23px;
position:absolute;
right:60px;
top:179px;
width:74px;
}
.leyoeste .jcarousel-skin-tango .jcarousel-prev-horizontal {
background:transparent url(prev-horizontal-leyo.png) left top no-repeat;
cursor:pointer;
height:23px;
left:64px;
position:absolute;
top:179px;
width:68px;
}

.leyoeste #wrap{ width:271px;}
.leyoeste #thumbs-row{ margin-bottom:8px; height:78px;}

.leyoeste .boxleyh{ position:relative;width:272px; height:172px;}
.leyoeste .divli{width:272px; height:172px;}
.leyoeste .divli img{width:272px;}
.leyoeste .jcarousel-item p{font-size:10px;}
.leyoeste .jcarousel-item span{font-size:11px;}

.leyoeste .jcarousel-item .caption{ position:absolute; bottom:0; left:0; height:62px;width:100%;}
.leyoeste .jcarousel-item .caption .bgcaption{ background:url(../../../images/bgcaptionleyo.png) repeat left top;height:62px;}
.leyoeste .jcarousel-item h3{font-size:13px; color:#FFFFFF;padding:10px 17px; display:block;}

/***JQUERY****/
.leyoeste .jcarousel-container {
    position: relative;
}

.leyoeste .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.leyoeste .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.leyoeste .jcarousel-list li,
.leyoeste .jcarousel-item {
  float: left;
  list-style: none;
  width:271px; 
}

/**
 * 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".
 */
.leyoeste .jcarousel-next {
    z-index: 1;
    display: none;
}

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

