

.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: 245px;
    height:179px; 
    padding-left: 40px;

   
}


.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: 179px;

}



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

.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: 43px;
    /*right:-285px;*/
    margin-left:475px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/rightarrow.jpg) no-repeat 0 0;

}





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



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





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


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





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

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





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





