
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    /* width: 955px; */
    width: 960px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
   /*  width:  955px;
    height: 433px; */
    width:  960px;
    height: 445px;
}
.jcarousel-skin-tango .jcarousel-item {
   /*  width: 955px;
    height: 433px; */
    width: 960px;
    height: 445px;
	position: relative;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 170px;
    right: -25px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    background: transparent url(/App_Themes/Main/images/carousel_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 170px;
	left: -25px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    background: transparent url(/App_Themes/Main/images/carousel_left.png) no-repeat 0 0;
}

.carousel-container{
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	overflow-x: hidden;
}

.carousel-placeholder{
	height:445px;
}

.carousel-text{
	position: absolute;
	bottom: 55px;
	right: 10px;
	color: #ffffff;
	z-index: 999999;
	font-family: 'yukarimobil', sans-serif;
	font-size: 48px;
	line-height: 40px;
	text-align: right;
}

.carousel-bars{
	position: absolute;
	height: 173px;
	width: 1600px;
	bottom: 10px;
	background: url('/App_Themes/Main/images/bars-empty.png') no-repeat 0 0;
	left: 400px;
	opacity:0.9;
}

.carousel-wrapper{
	position: relative;
	width: 960px;
	margin: 0 auto;
}