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

/** CONTROLS **/

.fraction-slider .prev,
.fraction-slider .next{
	display:block;
	position:absolute;
	width:45px; height:45px;
	z-index:9999;
}

.fraction-slider .prev{
	left:-100px; top:40vh;
	/*background:url(images/fs.prevnext.png) 0px 0px no-repeat transparent;
	background: url(images/fs.prevnext.png) 10px 19px no-repeat transparent;*/
	font-family: "FontAwesome";
	content: "#f100";
	color:#000;
	/*border: 1px solid #FFF;
    border-radius: 50%;*/
	
    
}
.fraction-slider .prev:before{
	 content: "\f100";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
/*--adjust as necessary--*/
    font-size: 38px;
    padding-right: 0.5em;
    position: absolute;
	
    }
.fraction-slider .prev:hover::before,.fraction-slider .next:hover::before{
	/*background:url(images/fs.prevnext.png) 0px -45px no-repeat transparent;*/
	font-weight:bold;
	text-decoration: none;
	 color:#D4AF37;

}

.fraction-slider .next{
right:-100px; 
	/* background:url(img/fs.prevnext.png) -45px 0px no-repeat transparent; */
	font-family: "FontAwesome";
	content: "#f101";
	color:#000;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
.fraction-slider .next:before {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
/*--adjust as necessary--*/
    
    font-size: 38px;
    padding-right: 0.5em;
    position: absolute;
    top: 40vh;
	right:0;
	left:60%;
}
.fraction-slider .next:hover{
	/*background:url(images/fs.prevnext.png) -45px -45px no-repeat transparent;*/
	color: #000;
}

.fraction-slider:hover .prev,
.fraction-slider:hover .next{
	display:block;
}

/** PAGER **/

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

.fs-pager-wrapper a,
.fs-custom-pager-wrapper a{
	display:inline-block;
	width:14px; height:14px;
	margin:0 5px 0 0;
	background:url(images/fs.pager.png) 0px -14px no-repeat transparent;
}
.fs-pager-wrapper .active,
.fs-custom-pager-wrapper .active{
	background:url(images/fs.pager.png) 0px 0px no-repeat transparent;
}