.jcarousel-skin-tango .jcarousel-container {
    moz-border-radius: 10px;
    /* background: #F0F6F9;
    border: 1px solid #346F97;*/
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 800px;
    padding: 10px 0px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  800px;
    height: 250px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 188px;
    height: 250px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right :15px;
  
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: -29px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -25px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -50px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -75px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: -29px;
    /*left: 5px;*/
    right:40px;	
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -25px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -50px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -75px 0;
}



.jcarousel-skin-tango .jcarousel-item-vertical {
    height: 111px;
    width:  200px;
    margin-bottom:10px;
   /*5px ie, 10px más*/

   }

/**
 *  Vertical Buttons
 */

.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 13px;
    cursor: pointer;
    border-top: 1px solid #fff;
    background: #4d80d4 url(images/kek_f3.gif) no-repeat center;
}

.jcarousel-next-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 13px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #4d80d4 url(images/kek_f2.gif) no-repeat center;
}

.jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

