/* SLIDER STYLES */	
.slider-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	background: #1b1b1b;
	border: 0px solid #000;
	box-shadow: 0 3px 5px #666;
	background:url(../images/slider1.jpg) no-repeat center top;
}
.slider {
	position: relative;
	width: 100%;
	/*	height:400px; when responsive, comment this out */
	margin: 0 auto;
	background: #1b1b1b;
	background:url(../images/slider1.jpg) no-repeat center top;
	overflow:hidden;
}
 @media only screen and (min-width: 1000px) {
.slider {
	width: 100%;
}
}
 @media only screen and (min-width: 1440px) {
.slider {
	width: 100%;
}
}
.fraction-slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
}
.fraction-slider .slide {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
}
.fraction-slider .active-slide {
	z-index: 99;
}
.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: 400px;
	background: url(../images/fs.spinner.gif) center center no-repeat transparent;
}
/** CONTROLS **/
.fraction-slider .prev, .fraction-slider .next {
	display: none !important;
	position: absolute;
	width: 45px;
	height: 45px;
	z-index: 9999;
}
.fraction-slider .prev {
	left: 10px;
	top: 48%;
	background: url(../images/fs.prevnext.png) 0px 0px no-repeat transparent;
}
.fraction-slider .prev:hover {
	background: url(../images/fs.prevnext.png) 0px -45px no-repeat transparent;
}
.fraction-slider .next {
	right: 10px;
	top: 48%;
	background: url(../images/fs.prevnext.png) -45px 0px no-repeat transparent;
}
.fraction-slider .next:hover {
	background: url(../images/fs.prevnext.png) -45px -45px no-repeat transparent;
}
.fraction-slider:hover .prev, .fraction-slider:hover .next {
	display: block;
}
/** PAGER **/
.fs-pager-wrapper {
	position: absolute;
	left: 47%;
	bottom: 16%;
	z-index: 9999;
}
.fs-pager-wrapper a, .fs-custom-pager-wrapper a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px 0 0;
	background: url(../images/fs.pager.png) 0px 0px no-repeat transparent;
}
.fs-pager-wrapper .active, .fs-custom-pager-wrapper .active {
	background: url(../images/fs.pager.png) right 0px no-repeat transparent;
}

.fraction-slider h1{
	font-size:46px;
	color:#FFFFFF;
	font-family: 'BebasNeueRegular';	
	text-shadow:2px 6px 6px #444;
}
.fraction-slider h2{
	background-color:#FFF;
	color:#f94a06;
	font-size:24px;
	font-family: 'HelveticaLTStdCond';
	padding: 10px;
	
}