.carousel{
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
}

.leftItem, .rightItem, .centerItem{
	box-shadow: -5px 10px 15px #333333;
	overflow: hidden;
}

.leftItem{
	overflow: hidden;
}

.rightItem{
	
}

.centerItem{
	
}
.carousel img{
	height: auto;
	width: 100%;
}