

.jcarousel-skin-tango .jcarousel-container-horizontal,.jcarousel-skin-tango1 .jcarousel-container-horizontal,.jcarousel-skin-tango2 .jcarousel-container-horizontal,.jcarousel-skin-tango3 .jcarousel-container-horizontal {
    width: 250px;
    height:230px; 
    padding-left: 17px;
   
}


.jcarousel-skin-tango .jcarousel-clip-horizontal,.jcarousel-skin-tango1 .jcarousel-clip-horizontal,.jcarousel-skin-tango2 .jcarousel-clip-horizontal,.jcarousel-skin-tango3 .jcarousel-clip-horizontal {
    width:  500px;
    height: 230px;
   
}



.jcarousel-skin-tango .jcarousel-item,.jcarousel-skin-tango1 .jcarousel-item ,.jcarousel-skin-tango2 .jcarousel-item,.jcarousel-skin-tango3 .jcarousel-item{
    width: 175px;
    height:  230px;
  
}

.jcarousel-skin-tango .jcarousel-item-horizontal,.jcarousel-skin-tango1 .jcarousel-item-horizontal ,.jcarousel-skin-tango2 .jcarousel-item-horizontal,.jcarousel-skin-tango3 .jcarousel-item-horizontal{
    margin-right: 10px;
}


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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 73px;
    /*right: -272px;*/
    margin-left:490px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/right-arrow.jpg) no-repeat 0 0;
}





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



.jcarousel-skin-tango1 .jcarousel-next-horizontal {
    position: absolute;
    top: 73px;
    /*right: -272px;*/
    margin-left:490px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/right-arrow02.jpg) no-repeat 0 0;
}





.jcarousel-skin-tango1 .jcarousel-prev-horizontal {
    position: absolute;
   top: 73px;
    left: 1px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/left-arrow02.jpg) no-repeat 0 0;
}


.jcarousel-skin-tango2 .jcarousel-next-horizontal {
    position: absolute;
    top: 73px;
     /*right: -272px;*/
    margin-left:490px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/right-arrow03.jpg) no-repeat 0 0;
}





.jcarousel-skin-tango2 .jcarousel-prev-horizontal {
    position: absolute;
   top: 73px;
    left: 1px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/left-arrow03.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango3 .jcarousel-next-horizontal {
    position: absolute;
     top: 73px;
    /*right: -272px;*/
    margin-left:490px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/right-arrow04.jpg) no-repeat 0 0;
}





.jcarousel-skin-tango3 .jcarousel-prev-horizontal {
    position: absolute;
   top: 73px;
    left: 1px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/left-arrow04.jpg) no-repeat 0 0;
}





