
/*	==================	[5. SLIDER]	==================*/

#masthead .carousel {	margin-bottom: 0px;}
#masthead .carousel .container {	position: relative;	z-index: 3;}
#masthead .carousel-control {	height: 32px;	margin-top:0px;	font-size: 30px;	text-shadow: 0 1px 1px rgba(0,0,0,.4);	background-color: rgba(0,0,0,0.9);	padding: 4px 0;	border-radius: 0px;	-o-border-radius: 0px;	-webkit-border-radius: 0px;	-moz-border-radius: 0px;	font-weight: 300;	border: 0;	z-index: 10;}
#masthead .carousel .carousel-control.right {	right: 100px;	top: 400px;	left: auto; z-index:3000; }
#masthead .carousel .carousel-control.left {	right: 285px;	top: 400px;	left: auto; z-index:3000;}
#masthead .carousel .item {	height: 450px;}
#masthead .carousel .item .right {	position: absolute;	top: 0;	width:500px; right: 20px;}
.slideimage {	width: auto;	height: auto;}
#masthead .carousel-caption {	background:none;	position: absolute;	width: 300px;	height: 260px;	padding: 20px;	margin: 0;	left:0px; top:-40px;}

#masthead .carousel-caption .lead {		margin-bottom: 20px;	color: #fff;}
#masthead .carousel-caption .btn {	}
#masthead .carousel-indicators { margin-top:-40px;}
#masthead .carousel-indicators li {	background-color: #ffffff;	background-color: rgba(255, 255, 255, 0.3);	border-radius: 0px; float:right; }
#masthead .carousel-indicators .active {	background-color: #ffffff;	background-color: rgba(255, 255, 255, 1);}


	
