.jcarousel-container {
	background: none;
	border: none;
}

.jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-container-horizontal {
    width: 401px;
    padding: 0 16px;
}

.eng .jcarousel-container-horizontal {
	width: 468px;
}

.slideTrans .jcarousel-container-horizontal {
    width: 578px;
    margin: 0 0 0 59px;
    padding: 0;
}

.photoSlide .jcarousel-container-horizontal {
	 width: 625px;
	 padding: 0 35px 0 36px;
}

.photoSlide.narrow .jcarousel-container-horizontal {
	 width: 382px;
	 padding: 0 25px 0 26px;
}

.activitySlider .jcarousel-container-horizontal {
    width: 645px;
    padding: 0;
}

.line-slider .jcarousel-container-horizontal {
    width: 828px;
    padding: 0;
}

.jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-clip {
    overflow: hidden;
}

.jcarousel-clip-horizontal {
    width:  401px;
    height: 88px;
}

.eng .jcarousel-clip-horizontal {
	width: 468px;
}

.slideTrans .jcarousel-clip-horizontal {
    width:  578px;
    /*height: 120px;
    //height: 124px;*/
    height: auto;
}

.photoSlide .jcarousel-clip-horizontal {
	width: 625px;
	height: 150px;
}

.photoSlide.narrow .jcarousel-clip-horizontal {
	width: 382px;
}

.activitySlider .jcarousel-clip-horizontal {
    width:  645px;
    height: 30px;
}

.line-slider .jcarousel-clip-horizontal {
    width:  828px;
    height: 30px;
}

.jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-item {
    list-style: none outside;
    width: 66px;
    height: 88px;
}

.slideTrans .jcarousel-item {
    width: 578px;
    /*height: 120px;
    //height: 124px;*/
    height: auto;
}

.photoSlide .jcarousel-item {
	width: 100px;
    height: 150px;
	position:relative;
	overflow:hidden;
}

.activitySlider .jcarousel-item {
    width: 645px;
    height: 26px;
}

.line-slider .jcarousel-item {
    width: 828px;
    height: 26px;
}

.jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 1px;
}

.slideTrans .jcarousel-item-horizontal {
    margin: 0;
}

.photoSlide .jcarousel-item-horizontal {
	margin-right: 5px;
}

.photoSlide.narrow .jcarousel-item-horizontal {
	margin-right: 41px;
}

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

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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 28px;
    left: -16px;
	margin-left:100%;
    width: 16px;
    height: 33px;
    cursor: pointer;
    background: transparent url(../images/slider_arrows.png) no-repeat -16px 0;
}

.slideTrans .jcarousel-next-horizontal {
    top: 36px;
    left: auto;
    right: -59px;
    margin-left:0;
    width: 36px;
    height: 36px;
    background: transparent url(../images/trans_slide_arrow_new.png) no-repeat right 0;
}

.line-slider .jcarousel-next-horizontal {
    top: 0;
    left: auto;
    right: -90px;
    margin-left:0;
    width: 25px;
    height: 25px;
    background: #e2e5e6 url(../images/line_slider_btn.png) no-repeat right 50%;
}

.jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/prev-horizontal.png);
}

.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
    background-position: -16px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -16px 0;
}

.slideTrans .jcarousel-next-horizontal:hover,
.slideTrans .jcarousel-next-horizontal:focus,
.slideTrans .jcarousel-next-horizontal:active {
    background-position: right 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -16px 0;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.line-slider .jcarousel-next-horizontal:hover,
.line-slider .jcarousel-next-horizontal:focus,
.line-slider .jcarousel-next-horizontal:active {
    background-position: right 50%;
}

.line-slider .jcarousel-next-disabled-horizontal,
.line-slider .jcarousel-next-disabled-horizontal:hover,
.line-slider .jcarousel-next-disabled-horizontal:focus,
.line-slider .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: right 50%;
    opacity:0.5;
    filter:alpha(opacity=50);
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 28px;
    left: 0;
    width: 16px;
    height: 33px;
    cursor: pointer;
    background: transparent url(../images/slider_arrows.png) no-repeat 0 0;
}

.slideTrans .jcarousel-prev-horizontal {
    top: 36px;
    left: -59px;
    width: 36px;
    height: 36px;
    background: transparent url(../images/trans_slide_arrow_new.png) no-repeat 0 0;
}

.line-slider .jcarousel-prev-horizontal {
    top: 0;
    left: auto;
    right: -65px;
    margin-left:0;
    width: 25px;
    height: 25px;
    background: #e2e5e6 url(../images/line_slider_btn.png) no-repeat 0 50%;
}

.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/next-horizontal.png);
}

.jcarousel-prev-horizontal:hover, 
.jcarousel-prev-horizontal:focus {
    background-position: 0 0;
}

.jcarousel-prev-horizontal:active {
    background-position: 0 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.line-slider .jcarousel-prev-horizontal:hover,
.line-slider .jcarousel-prev-horizontal:focus,
.line-slider .jcarousel-prev-horizontal:active {
    background-position: 0 50%;
}

.line-slider .jcarousel-prev-disabled-horizontal,
.line-slider .jcarousel-prev-disabled-horizontal:hover,
.line-slider .jcarousel-prev-disabled-horizontal:focus,
.line-slider .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 50%;
    opacity:0.5;
    filter:alpha(opacity=50);
}

.photoSlide .jcarousel-prev-horizontal, .photoSlide .jcarousel-next-horizontal {
	top:20px;
}

.activitySlider .jcarousel-prev-horizontal,
.activitySlider .jcarousel-next-horizontal {
    display: none !important;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-next-vertical:hover,
.jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:focus,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-prev-vertical:hover,
.jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:focus,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
