.jcarousel-container-horizontal {
    width:810px;
	padding:10px 12px;
	height:107px;
	}
.jcarousel-clip-horizontal {
    width:810px;
	height:107px;
	}
.jcarousel-item {
    width:162px;
    height:107px;
	}
.jcarousel-item-horizontal {
    width:162px;
    height:107px;
	}
.jcarousel-next-horizontal {
    position:absolute;
    top:46px;
    right:-10px;
    width:34px;
    height:34px;
    cursor:pointer;
    background:transparent url(next.png) no-repeat 0 0;
	}
* html .jcarousel-next-horizontal {
	background-image:url(next.gif);
	}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor:default;
    background-position:-96px 0;
	}
.jcarousel-prev-horizontal {
    position:absolute;
    top:46px;
    left:-10px;
    width:34px;
    height:34px;
    cursor:pointer;
    background:transparent url(prev.png) no-repeat 0 0;
	}
* html .jcarousel-prev-horizontal {
	background-image:url(prev.gif);
	}
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor:default;
    background-position:-96px 0;
	}

#inni-slider.jcarousel-container-horizontal {
    width:345px;
	padding:0 12px;
	height:43px;
	margin-top:30px;
	}
#inni-slider .jcarousel-clip-horizontal {
    width:345px;
	height:43px;
	}
#inni-slider .jcarousel-item {
	width:64px;
    height:43px;
	margin-right:5px;
	}
#inni-slider .jcarousel-item-horizontal {
    width:64px;
    height:43px;
	}
#inni-slider .jcarousel-next-horizontal {
    position:absolute;
    top:11px;
    right:-10px;
    width:16px;
    height:24px;
    cursor:pointer;
    background:transparent url(../images/photo-next.png) no-repeat 0 0;
	}
#inni-slider .jcarousel-next-disabled-horizontal,
#inni-slider .jcarousel-next-disabled-horizontal:hover,
#inni-slider .jcarousel-next-disabled-horizontal:active {
    cursor:default;
    background-position:-96px 0;
	}
#inni-slider .jcarousel-prev-horizontal {
    position:absolute;
    top:11px;
    left:-10px;
    width:16px;
    height:24px;
    cursor:pointer;
    background:transparent url(../images/photo-prev.png) no-repeat 0 0;
	}
#inni-slider .jcarousel-prev-disabled-horizontal,
#inni-slider .jcarousel-prev-disabled-horizontal:hover,
#inni-slider .jcarousel-prev-disabled-horizontal:active {
    cursor:default;
    background-position:-96px 0;
	}
