.jcarousel-container {
    
}

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

.jcarousel-container-horizontal {
    width: 738px;
    margin: 15px 1px 10px 1px;
}

.room_price .jcarousel-container-horizontal {
    width: 468px;
    margin: 0;
}

.gal_carousel .jcarousel-container-horizontal {
    width: 720px;
    margin-right: 0;
    margin-left: 0;
    padding: 0 10px;
}

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

.jcarousel-hide-bd-r {
    background: #F4F1E2;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
}

.room_price .jcarousel-hide-bd-r,
.gal_carousel .jcarousel-hide-bd-r {
    display: none;
}

.jcarousel-clip {
    overflow: hidden;
}

.jcarousel-clip-horizontal {
    width:  738px;
}

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

.gal_carousel .jcarousel-clip-horizontal {
    width:  720px;
}

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

.jcarousel-item {
    background: none;
    list-style: none outside;
    width: 221px;
    height: 130px;
    margin: 0;
    padding: 0;
}

.room_price .jcarousel-item {
    width: 78px;
    height: auto;
}

.gal_carousel .jcarousel-item {
    width: 132px;
    height: auto;
}

.jcarousel-item-horizontal {
    border-right: 1px dashed #ddd1c2;
	padding: 0 10px 0 14px;
}

.room_price .jcarousel-item-horizontal {
    border: none;
    padding: 0;
}

.gal_carousel .jcarousel-item-horizontal {
    border: none;
    padding: 2px 6px;
    text-align: center;
}

.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: 20%;
    right: -30px;
    width: 39px;
    height: 40px;
    cursor: pointer;
    background: transparent url(../images/slider_arrow.png) no-repeat right 0;
    z-index: 2;
}

.room_price .jcarousel-next-horizontal {
    top: 0;
    right: -9px;
    width: 12px;
    height: 24px;
    background: #26b7ed url(../images/arrow_white_r.png) no-repeat left center;
    border-radius: 0 12px 12px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 20%;
    left: -30px;
    width: 39px;
    height: 40px;
    cursor: pointer;
    background: transparent url(../images/slider_arrow.png) no-repeat 0 0;
    z-index: 2;
}

.room_price .jcarousel-prev-horizontal {
    top: 0;
    left: -9px;
    width: 12px;
    height: 24px;
    background: #26b7ed url(../images/arrow_white_l.png) no-repeat right center;
    border-radius: 12px 0 0 12px;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active,
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    opacity: 0.7;
}

.room_price .jcarousel-prev-disabled-horizontal,
.room_price .jcarousel-prev-disabled-horizontal:hover,
.room_price .jcarousel-prev-disabled-horizontal:focus,
.room_price .jcarousel-prev-disabled-horizontal:active,
.room_price .jcarousel-next-disabled-horizontal,
.room_price .jcarousel-next-disabled-horizontal:hover,
.room_price .jcarousel-next-disabled-horizontal:focus,
.room_price .jcarousel-next-disabled-horizontal:active {
    opacity: 1;
}

/**
 *  Vertical Buttons
 */
.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-next-vertical:hover,
.jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .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(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;
}
