.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 255px;
    height:220px;
    padding-left: 40px;
  
   
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  510px;
    height: 220px;
}



.jcarousel-skin-tango .jcarousel-item{
    width: 95px;
    height: 220px;
   
}

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


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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 83px;
    /*right: -288px;*/
    margin-left:513px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-button.gif) no-repeat 0 0;
}





.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 83px;
    left:0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-button1.gif) no-repeat 0 0;
}




