.jcarousel-skin-opencart .jcarousel-container {
	background: #FFF;
	margin-bottom: 20px;
}
.jcarousel-latest .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-latest .jcarousel-container-horizontal {
	padding: 0px 40px;
}
.jcarousel-latest .jcarousel-clip {
	overflow: hidden;
	width: 100%;
}
.jcarousel-latest .jcarousel-clip-horizontal {
}
.jcarousel-latest .jcarousel-item {
	text-align: center;
}
.jcarousel-latest .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}
.jcarousel-latest .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.jcarousel-latest .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-latest .jcarousel-next-horizontal {
	position: absolute;
	top: 45%;
	right: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url("../image/but-next.png") no-repeat scroll 0 0 transparent;
}
.jcarousel-latest .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background: url('../image/button-previous.png') center no-repeat;
}
.jcarousel-latest .jcarousel-next-horizontal:hover, .jcarousel-latest .jcarousel-next-horizontal:focus {
}
.jcarousel-latest .jcarousel-next-horizontal:active {
}
.jcarousel-latest .jcarousel-next-disabled-horizontal, .jcarousel-latest .jcarousel-next-disabled-horizontal:hover, .jcarousel-latest .jcarousel-next-disabled-horizontal:focus, .jcarousel-latest .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background: none;
}
.jcarousel-latest .jcarousel-prev-horizontal {
	position: absolute;
	top:45%;
	left: 0px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url("../image/but-nex.png") no-repeat scroll 0 0 transparent;
}
.jcarousel-latest .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 0px;
	background: url('../image/button-next.png') center no-repeat;
}
 .jcarousel-prev-horizontal:hover, .jcarousel-latest .jcarousel-prev-horizontal:focus {
}
.jcarousel-latest .jcarousel-prev-horizontal:active {
}
.jcarousel-latest .jcarousel-prev-disabled-horizontal, .jcarousel-latest .jcarousel-prev-disabled-horizontal:hover, .jcarousel-latest .jcarousel-prev-disabled-horizontal:focus, .jcarousel-latest .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background: none;
}
.jcarousel-latest .jcarousel-item  .image img {
  margin-left: auto;
  margin-right: auto;
}




.jcarousel-latest  .jcarousel-container-vertical {
    width: 100%;
    padding: 0px 0px;
}


.jcarousel-latest  .jcarousel-item-vertical {
    margin-bottom: 10px;
}

/**
 *  Vertical Buttons
 */
.jcarousel-latest  .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../image/next-vertical.png') no-repeat 0 0;
}


.jcarousel-latest  .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('../image/prev-vertical.png') no-repeat 0 0;
}
