.jcarousel-skin-opencart .jcarousel-container {
	background: #FFF;
	margin-bottom: 20px;
	 -webkit-box-shadow:0 3px 2px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow:0 3px 2px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.33);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #c9c9c9;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-opencart .jcarousel-container-horizontal {
	padding: 0px 40px;
}
.jcarousel-skin-opencart .jcarousel-clip {
	overflow: hidden;
	width: 100%;
}
.jcarousel-skin-opencart .jcarousel-clip-horizontal {
}
.jcarousel-skin-opencart .jcarousel-item {
	text-align: center;
}
.jcarousel-skin-opencart .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.jcarousel-skin-opencart .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-opencart .jcarousel-next-horizontal {
	position: absolute;
	top: 27px;
	right: 5px;
	width: 25px;
	height: 32px;
	cursor: pointer;
	background: url(../images/next_bxslider.png) no-repeat;
	background: #e5e5e5;
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #e5e5e5 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 );
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:before {
	content:"";
	background: url(../images/next_bxslider.png) no-repeat;
	position:absolute;
	top:3px;
	left:1px;
	width:22px;
	height:27px;
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover:after {
	content:"";
	background: url(../images/next.png) no-repeat;
	position:absolute;
	top:3px;
	left:1px;
	width:22px;
	height:27px;
}

.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background: url('../image/button-previous.png') center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-next-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	opacity:0;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal {
	position: absolute;
	top: 27px;
	left: 5px;
	width: 25px;
	height: 32px;
	cursor: pointer;
	background: url(../images/prev_bxslider.png) no-repeat;
	background: #e5e5e5;
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #e5e5e5 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 );
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:before {
	content:"";
	background: url(../images/prev_bxslider.png) no-repeat;
	position:absolute;
	top:3px;
	left:1px;
	width:22px;
	height:27px;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:hover:after {
	content:"";
	background: url(../images/prev.png) no-repeat;
	position:absolute;
	top:3px;
	left:1px;
	width:22px;
	height:27px;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 0px;
	background: url('../image/button-next.png') center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	opacity:0;
}
