	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:1348px;
	height:325px;
	padding:0px;
	margin:0 auto;
}

.slider{
	position:relative;
	width:1366px; 
/*	height:320px; /* STY */
/*	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 */

p{
	position:absolute;
	top:-200px;
	
	z-index:8000;
	padding:1% 3%;
	
	font-size:24px;
	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}


.slide h1{
	position:relative;
	float:left;
	width:985px;
	margin:10px 0px;
	padding:0px 0px 0px 15px;
	/*background:#F3C;*/
	font-family:Trebuchet MS, Tahoma, MS Sans Serif;
	font-size:22px;
	font-weight:100;
	color:#FFF;
	}

.slide h2{
	position:relative;
	float:left;
	width:900px;
	margin:0px 0px;
	padding:0px 0px 0px 45px;
	/*background:#F3C;*/
	font-family:Candara, Trebuchet MS, Tahoma, MS Sans Serif;
	font-size:16px;
	font-weight:100;
	color:#FFF;
	}

.slideDesc{
	width:450px;
	height:110px;
	background:url(../objetos/bgBlack60.png);
	border-radius:7px;
	}