
.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;
}


/*This is for fading of the carousel instead of slide*/
.carousel .item {
    -webkit-transition: opacity 3s; 
    -moz-transition: opacity 3s; 
    -ms-transition: opacity 3s; 
    -o-transition: opacity 3s; 
    transition: opacity 3s;
}
.carousel .active.left {
    left:0;opacity:0;z-index:2;
}
.carousel .next {
    left:0;opacity:1;z-index:1;
}

/*  END*/