.jcarousel-skin-tobweb .jcarousel-container {
	background: transparent;
}

.jcarousel-skin-tobweb .jcarousel-item-horizontal {
	/*margin-right: 5px;*/
}

.jcarousel-skin-tobweb .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tobweb .jcarousel-next-horizontal {
	position: absolute;
	top: 73px;
	right: 0px;
	width: 37px;
	height: 37px;
	cursor: pointer;
	background: transparent url('./images/slider-button-right-bg.png') no-repeat 0 0;
}

.jcarousel-skin-tobweb .jcarousel-prev-horizontal {
	position: absolute;
	top: 73px;
	left: 0px;
	width: 37px;
	height: 37px;
	cursor: pointer;
	background: transparent url('./images/slider-button-left-bg.png') no-repeat 0 0;
}
