@charset "UTF-8";

.slider {
	display:none;
}

/* SLIDER STYLES */
	
.slider-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

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

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

.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: 380px;
	background: url(../images/slider/fs.spinner.png) center center no-repeat transparent;
}

/** text **/

.sliderTextWhite {
	color: #ffffff;
	font-size: 2em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}






