.carousel-wrapper, .carousel-wrapper-2, .carousel-wrapper-3{
	margin: 0 auto;	 
	position: relative;
}

.carousel{
	margin: 0 auto;
	/*height: 200px;*/
	width: 100%;
}

.carousel-list{
	position: relative;
}

.carousel-list img{
	width: 100%;
}

.carousel-list div {
	float: left;
	width: 100%;
	position: absolute;
	height: auto;
	top:0;
}

.arrow-left{
	position: absolute;
	top:0;
	left: -100px;
	bottom: 0;	
	width: 3.55555555%;
	height: 100%;
	background: url(../images/arrow-left.png) center center no-repeat;
	background-size: contain;
	opacity: 0.7;
	cursor: pointer;
}

.arrow-left:hover{
	background-image: url(../images/arrow-left.png);
	opacity: 0.9;
}

.arrow-right{
	position: absolute;
	top:0;
	right: -100px;
	bottom: 0;
	width: 3.55555555%;
	height: 100%;
	background: url(../images/arrow-right.png) center center no-repeat;
	background-size: contain;
	opacity: 0.7;
	cursor: pointer;
}

.arrow-right:hover{
	background-image: url(../images/arrow-right.png);
	opacity: 0.9;
}

.dotElement{
	position: absolute;
	bottom: 5px;
	top: 225px;
	left: 0;
	width: 100%;
	text-align: center;
}
.dotElement span{
	line-height: 20px;
	padding: 0 10px;
	background: url(../images/dot-icon.png) center center no-repeat;
	cursor: pointer;
	opacity: 0.7;
}

.dotElement span:hover{
	background: url(../images/dot-icon-hover.png) center center no-repeat;
	opacity: 1;
}

.dotElement span.active{
	background: url(../images/dot-icon-hover.png) center center no-repeat;
	opacity: 0.9;
}