
.carousel{
 //max-height:405px;
 //height:405px;
 background:#000;	
 color:#fff;
 //width:900px;
 margin-left:auto;
 margin-right:auto;
 box-shadow: 4px 4px 13px #888888;
}

.carousel-caption{
	position:relative !important;
}

.sliderDiv{
	background:#eee;
	position:absolute;
	width:100%;
	//max-height:395px;
	height:410px;
	left:0px;
	top:161px;
	z-index:-20
	
}
.item img{
}

.carousel-control{
	width:6%;
}

.carousel-control.left{
	background:none;
}
.carousel-control.right{
	background:none;
}