

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 735px;
	height:400px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 735px;
    height:400px;

}
.jcarousel-skin-tango .jcarousel-item-horizontal 
{
    width: 735px;
    height:400px;
}


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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 175px;
    right: -60px;
    width: 49px;
    height: 50px;
    cursor: pointer;
    background: transparent url(../images/content/go_right_but.png) no-repeat 0 0;
}






.jcarousel-prev-horizontal {
    position: absolute;
    top: 175px;
    left: 15px;
    width: 49px;
    height: 50px;
    cursor: pointer;
    background: transparent url(../images/content/go_left_but.png) no-repeat 0 0;
}


.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


