body{
	position:relative;
	
	font-family:Arial, Sans-Serif;
	font-weight: 200;
	-webkit-font-kerning: auto;
	-webkit-font-smoothing: antialiased;
}

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width: 100%;
    height: 390px;
	
	margin:0 0 23px 0;
	
	background:#fff url('images/adlbackgnd.jpg') no-repeat;
	background-position:center;
	/*border:1px solid #000;
	box-shadow:0 3px 5px #666;*/
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
	
}

@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* ELEMENT STYLES 

 #fractioncontent p{
	position:absolute;
	top:-200px;	
	z-index:10000;
	padding:1% 3%;
	font-weight:bold;
	font-size:14px;
	line-height:100%;
	color:#fff;
	white-space: nowrap;
	text-transform:none;
}*/

.claim{
	line-height:100%
}	

.caption{
	padding:0.5% 1.5%;
	font-size:24px;
	 line-height:100%;
	 z-index:10000;
	 color:#fff;
	 font-style:italic;
	 text-transform:none;
	 font-family:Arial Narrow;
}

.small{
	width:360px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{font-weight:bold;font-size:30px;color:#fff;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky
{
    background: #1b1b1b;
}
.white{background:#fff; color:#333}
.transparent{background:none;}