.jcarousel-container {}
.jcarousel-direction-rtl {direction: rtl}
.jcarousel-container-horizontal {overflow: hidden;padding: 0 15px;width: 920px;}
.jcarousel-clip-horizontal {width:  918px;height: 250px;overflow:hidden;}
.jcarousel-item {position:relative;height: 215px;margin-right: 10px !important;width:222px; padding:0 0 10px; background:url(../images/backgrounds/bg-shadow-222.png) no-repeat center bottom}
.jcarousel-item img {max-width: 222px}
.jcarousel-item-horizontal {margin-left: 0;margin-right: 0}
.jcarousel-direction-rtl.jcarousel-item-horizontal {margin-left: 10px;margin-right: 0}
.jcarousel-item-placeholder {background: #fff;color: #000}
.slider-image.roundcorner {height:175px; overflow:hidden}


/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 65px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/icons/br_next32.png?v=0.01) no-repeat center center #FFC20F;
	border-radius:4px;
	box-shadow:0 0 2px #BF8AEB inset
}
.jcarousel-direction-rtl.jcarousel-next-horizontal {left: 5px;right: auto;background-image: url(../images/slider-prev.jpg);}
.jcarousel-next-horizontal:hover {background: url(../images/icons/br_next32.png?v=0.01) no-repeat center center #E8AC0A}
.jcarousel-next-horizontal:active {}
.jcarousel-next-disabled-horizontal,.jcarousel-next-disabled-horizontal:hover,.jcarousel-next-disabled-horizontal:active {cursor: default}
.jcarousel-prev-horizontal {
    position: absolute;
    top: 65px;
    left: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/icons/br_prev32.png?v=0.01) no-repeat center center #FFC20F;
	border-radius:4px;
	box-shadow:0 0 2px #BF8AEB inset
}
.jcarousel-direction-rtl.jcarousel-prev-horizontal {left: auto;right: 5px;background-image: url(../images/slider-next.jpg)}
.jcarousel-prev-horizontal:hover {background: url(../images/icons/br_prev32.png?v=0.01) no-repeat center center #E8AC0A}
.jcarousel-prev-horizontal:active {}
.jcarousel-prev-disabled-horizontal,.jcarousel-prev-disabled-horizontal:hover,.jcarousel-prev-disabled-horizontal:active {cursor: default}
#slide-cont-wrap {
    background:#ddd;
    bottom: 10px;
    color: #222;
    font-weight: bold;
    padding: 7px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 208px;
	text-shadow:0 1px 1px #fff
}