

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	height:500px;
	margin:0px auto;
	background:url(../common_img/front_back.png) repeat-x;
}

.slider{
	position:relative;
	width:100%;
	height:500px !important;
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
}



/* ELEMENT STYLES */



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