body{
	-webkit-font-kerning: auto;
	-webkit-font-smoothing: antialiased;
}

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;	
	width:100%;	
	z-index:-1;
}
body.android .slider-wrapper {
	background:url(../img/bg.jpg) top right repeat;
}

.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 */

#homebanner p{
	position:absolute;
	top:-200px;	
	padding:1% 0;	
	white-space: nowrap;
}
.teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	 line-height:100%
}

.small{
	padding-left:0;
	padding-right:0px;
}
