 .jcarousel-container {
    -moz-border-radius: 0px;
    background: #efefef;
    border: 0px solid #346F97;
}

.jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-container-horizontal {
    width: 1160px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
	border-bottom: 1px solid #e1e1e1;
		background-color:#ffffff;
}


 .jcarousel-clip-horizontal {
    width:  1080px;
    height: 91px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;

}


.carusel_black_arrow {
	height:111px;
}

.carusel_ones {
    height:210px;
}

.carusel_adds {
    height:103px;
}




 .jcarousel-item {
    width: 216px;
    height: 11px;

}






.jcarousel-item-horizontal {
	margin-left: 0;
}

.jcarousel-skin-wm .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-wm .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-wm .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


.jcarousel-skin-wm span.photo_box_txt{
	font-size: 0.923em;
	line-height: 12px !important;	
}

.jcarousel-skin-wm a, .jcarousel-skin-wm a:hover {
	text-decoration: none;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 20px;
    height: 41px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 35px;
    left: 0px;
    width: 20px;
    height: 41px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-wm .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-wm .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-wm .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-wm .jcarousel-next-disabled-vertical,
.jcarousel-skin-wm .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-wm .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-wm .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-wm .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-wm .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-wm .jcarousel-prev-disabled-vertical,
.jcarousel-skin-wm .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-wm .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
