/* SLIDER STYLES */
	

.slider{
	position:relative;
	width:1100px; 
	height:320px; /* when responsive, comment this out */
	margin:0 auto;
	
background: url(../images/blue.jpg) repeat-x;
}

@media only screen and (min-width: 1000px){
	.slider{
		width:1100px;
	}
}

/* ELEMENT STYLES */
p{
	z-index:999999999;
	padding:1% 1%;
	font-size:12px;
	line-height:100%
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
}

.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;
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}
