.bzCarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
	opacity: 0;
}

	.bzCarousel .arrow {
		width: 50px;
		height: 100%;
		cursor: pointer;
	}

	.bzCarousel .arrow_left {	
		float: left;
		background: url(https://www.sofurryfiles.com/static/images/espresso/icons/arrow-carousel-left.png) no-repeat center;
	}

	.bzCarousel .arrow_right {
		float: right;
		background: url(https://www.sofurryfiles.com/static/images/espresso/icons/arrow-carousel-right.png) no-repeat center;
	}
	
	.bzCarousel .scrollarea {
		overflow: hidden;
		position: relative;
		height: 100%;
	}

		.bzCarousel .scrollarea ul {
			list-style-type: none;
			padding: 0;
			margin: 10px -10px 10px 0;
			white-space: nowrap;
			position: absolute;
		}
		
			.bzCarousel .scrollarea ul li {
				display: inline-block;
			}