
.jcarousel-skin-tango-baner .jcarousel-clip-horizontal {
	border:0px solid #f80909;
	margin-bottom:20px;
    height: 360px;
    width:980px;
}

.jcarousel-skin-tango-baner .jcarousel-item {
	border:0px solid #12ec0d;
    height: 360px;
    width:980px;
}

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

.jcarousel-skin-tango-baner .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango-baner .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

/**
 *  Horizontal Buttons
 **/
.jcarousel-skin-tango-baner .jcarousel-next-horizontal {
	border:0px solid #000000;
    position: absolute;
    top: 260px;
    right:-1px;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: transparent url(../images/carusel/right.png) no-repeat 0 0;
}

.jcarousel-skin-tango-baner .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0px;
    right: auto;
    background-image: url(../../../img/header/prev-vertical.png);
}




.jcarousel-skin-tango-baner .jcarousel-prev-horizontal {
	position: absolute;
    top: 260px;
    right: 37px;	
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: transparent url(../images/carusel/left.png) no-repeat 0 0;
}
.jcarousel-prev .jcarousel-prev-horizontal:hover{
	background: transparent url(../images/carusel/l_h.png) no-repeat 0 0;
}
.jcarousel-skin-tango-baner .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../../../img/header/prev-vertical.png);
	border-right:1px solid green;
}

