.jcarousel-next {
    position: absolute;
    top: 0;
    right: -53px;
	cursor: pointer;
	width: 48px;
	height: 100%;
	}
.jcarousel-next-disabled,
.jcarousel-next-disabled:hover {
    display: none;
	}
.jcarousel-next i {
	display: block;
    position: absolute;
	left: 0;
	top: 50%;
    width: 48px;
	height: 9px;
	background: transparent url('../img/sprite.png') -30px 0 no-repeat;
	opacity: 0.5;
	margin: -5px 0 0;
	}
.jcarousel-next:hover i {
    opacity: 1;
	}
.jcarousel-next-disabled i,
.jcarousel-next-disabled:hover i  {
    display: none;
	}
	
.jcarousel-prev {
    position: absolute;
    top: 0;
    left: -53px;
	cursor: pointer;
	width: 48px;
	height: 100%;
	}
.jcarousel-prev-disabled,
.jcarousel-prev-disabled:hover {
    display: none;
	}
.jcarousel-prev i {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
    width: 48px;
	height: 9px;
	background: transparent url('../img/sprite.png') -80px 0 no-repeat;
	opacity: 0.5;
	margin: -5px 0 0;
	}
.jcarousel-prev:hover i {
    opacity: 1;
	}
.jcarousel-prev-disabled i,
.jcarousel-prev-disabled:hover i  {
    display: none;
	}