.slider-wrapper{
	position:relative;
	overflow:hidden;	
	width:100%;	
	background: #0F0D23;	
	max-height: 500px;
	overflow: hidden;
}

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

@media only screen and (min-width: 1200px){
	.slider{
		width:1200px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

.claim, .teaser{
	position:absolute;
	top:-200px;	
	z-index:8000;
	padding:1% 3%;	
	font-size:24px;
	line-height:100%;
	color:#fff;
	white-space: nowrap;

}

.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	font-size: 3em;
	line-height:100%;
	color: #fff;
	width: 100%;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(15,13,35,1) 50%, rgba(15,13,35,1) 70%, rgba(15,13,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(15,13,35,1)), color-stop(70%,rgba(15,13,35,1)), color-stop(100%,rgba(15,13,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(15,13,35,1) 50%,rgba(15,13,35,1) 70%,rgba(15,13,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(15,13,35,1) 50%,rgba(15,13,35,1) 70%,rgba(15,13,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(15,13,35,1) 50%,rgba(15,13,35,1) 70%,rgba(15,13,35,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(15,13,35,1) 50%,rgba(15,13,35,1) 70%,rgba(15,13,35,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f0d23',GradientType=1 ); /* IE6-9 */
	text-align: right;
	display: inline-block;
}

.tagline{
	font-size: 1.2em;
	font-weight: 300;
}

.small{
	width:250px;
    padding-left:0; padding-right:0px;
	text-align:center;
}





.fraction-slider{
	position:relative;
	width:100%; height:100%;
	overflow:visible;
}

.fraction-slider .slide{
	display:none; width:100%; height:100%;
	position:absolute;
	z-index:5000;
}

.fraction-slider .active-slide{
	z-index:9999;
}

.fraction-slider .fs_obj{
	display:block; display:none;
	position:absolute;
	top:0px; left:100%;
	z-index:7000;
}

.fraction-slider .fs_fixed_obj{
	z-index:6000;
	left:0;
}

.fraction-slider .fs_obj *{
	display:inline-block;
	position:relative;
	top:0px; left:0px;
}

.fs_loader{
	width:100%; height:500px;
	background:url(images/fs.spinner.gif) center center no-repeat transparent;
}

/** PAGER **/

.fs-pager-wrapper{
	position:absolute;
	left: 50%; bottom:10px;
	z-index:9999;	
}

.fs-pager-wrapper a,
.fs-custom-pager-wrapper a{
	display:inline-block;
	width:14px; height:14px;
	border-radius: 50%;
	margin:0 10px 0 0;
	background: #fff;
	transition: all 0.30s linear;
}
.fs-pager-wrapper .active,
.fs-custom-pager-wrapper .active{
	background: #82a955;
	transition: all 0.30s linear;
}

@media only screen and (max-width: 60em){

	.teaser{
		font-size: 4em;
	}

	.tagline{
		font-size: 2em;
		font-weight: 300;
		margin-top: 5px;
	}

	.fs-pager-wrapper{
		bottom: 0;

	}	

}