/*
------------------ carousel ------------------
*/
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
	}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 900px;
	padding : 0 30px;
	}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
	}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
	}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  900px;
    height: 120px;
	}

.jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 120px;
	}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	}

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

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

/* button */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 120px;
    cursor: pointer;
    background: transparent url(../img/carou_btn_next.jpg) no-repeat 0 0;
	}

.jcarousel-skin-tango2 .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 120px;
    cursor: pointer;
    background: transparent url(../img/carou_btn_next.jpg) no-repeat 0 0;
	}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../img/carou_btn_prev.jpg);
	}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 120px;
    cursor: pointer;
    background: transparent url(../img/carou_btn_prev.jpg) no-repeat 0 0;
	}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../img/carou_btn_next.jpg);
	}