.jcarousel {
    position: relative;
    overflow: hidden;
    height: 345px;
    clear: both;
}

.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    margin: 0 10px 0 0;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
	text-indent:-90000px;
	display: block;
    width: 61px;
    height: 61px;
    position: relative;
    top: -203px;
    float: right;
	z-index:1000;
    cursor: pointer;
    background: #4d4d4d url('../img/next-horizontal.png') no-repeat 50% 50%;
    opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

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

.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
    background-color: #cc0033;
    opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

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

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

.jcarousel-prev-horizontal {
	text-indent:-90000px;
	display: block;
    width: 61px;
    height: 61px;
    position: relative;
	top: -203px;
	float: left;
	z-index:1000;
    cursor: pointer;
    background: #4d4d4d url('../img/prev-horizontal.png') no-repeat 50% 50%;
    opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

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

.jcarousel-prev-horizontal:hover, 
.jcarousel-prev-horizontal:focus {
    background-color: #cc0033;
    opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

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

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

/* Mobile */

@media handheld, only screen and (max-width: 767px) {

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
	text-indent:-90000px;
	display: block;
    width: 45px;
    height: 45px;
    position: relative;
    top: -345px;
    float: right;
	z-index:1000;
    cursor: pointer;
    background: #4d4d4d url('../img/next-horizontal.png') no-repeat 50% 50%;
    opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.jcarousel-prev-horizontal {
	text-indent:-90000px;
	display: block;
    width: 45px;
    height: 45px;
    position: relative;
	top: -345px;
	float: left;
	z-index:1000;
    cursor: pointer;
    background: #4d4d4d url('../img/prev-horizontal.png') no-repeat 50% 50%;
    opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

}
