/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
	
	margin:0px auto;
	
	background:#1b1b1b;
	
	border:1px solid #000;
	box-shadow:0 3px 5px #666;
	
	max-height:236px;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
	background:#1b1b1b;
}

@media only screen and (min-width: 1000px){
	.slider{
		width:966px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:966px;
	}
}

/* ELEMENT STYLES */

.slider p{
	position:absolute;
	top:-200px;
	opacity: 0.9 !important;	

	z-index:8000;
	padding:10px;
	
	font-size:24px;
	line-height:100%
	color:#fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
/*	white-space: nowrap; */
}

.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	 line-height:100%
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.slideTopText {
	float:left;
	color:white;
	background-color:#ca760f;
	max-width:330px;
}
.slideOrange {
	font-size:16px !important;
	line-height:20px !important;
	width:100%;
}
.slideBottomText {
	float:left;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: #ffffff;
	max-width:330px;
}
.slideName {
	font-size:14px !important;
	width:100%;
}