.jcarousel-skin-tango .jcarousel-container {
    background: url(../../images/style/customers-bg.gif) no-repeat 0 0;
    /* border: 1px solid #B3B3B3; 
    margin:0 12px 9px 12px; */
}


.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 342px;
    height:70px;
    padding: 0;
    margin:0 0 0 2px; 
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
      width: 290px;
      height:70px;
      margin:0 34px; 
}


.jcarousel-skin-tango .jcarousel-item {
/*    width: 75px;*/
    height: 70px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    /*  min-width:90px */
    text-align:center; margin: 0;
    
    
}

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

/**
 *  Horizontal Buttons
 */
 
 
 .hbp, .hbn {width:34px; height:100%; }
 .hbp {/* border-right:1px solid #B3B3B3; */ background: url(../../images/style/photosnav-arrows.jpg) no-repeat scroll 0 5px}
 .hbn {/* border-left:1px solid #B3B3B3; */background: url(../../images/style/photosnav-arrows.jpg) no-repeat scroll -34px 5px; }
 
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute; 
    top: 0; right: 0;
    width: 22px;
    height: 70px;
    cursor: pointer; 
    background: url(../../images/style/carousel-arrows.gif) no-repeat scroll 2px -175px;
    
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,  .jcarousel-next-horizontal .hbn:hover {
    background: url(../../images/style/photosnav-arrows.jpg) no-repeat scroll -33px 5px;

    
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    
}



.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute; 
    top: 0; left: 0;

    width: 21px;
    height: 70px;
  cursor: pointer; 
    background: url(../../images/style/carousel-arrows.gif) no-repeat scroll 3px 28px

}


.jcarousel-skin-tango .jcarousel-prev-horizontal,.jcarousel-prev-horizontal .hbp:hover {
    background: url(../../images/style/photosnav-arrows.jpg) no-repeat scroll -1px 5px; 
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {

}


