.fraction-slider{
	position: absolute;
	width: 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{
	background-color: transparent;
	background: url(../images/fs.spinner.gif) no-repeat scroll center center;
	height: 280px;
	width: 670px;
}
/** CONTROLS **/

.fraction-slider .prev, .fraction-slider .next{
	display: none;
	position: absolute;
	width: 45px;
	height: 45px;
	z-index: 9999;
}
.fraction-slider .prev{
	left: 10px;
	top: 40%;
	background-color: transparent;
	background: url(../images/fs.prevnext.png) no-repeat scroll 0px 0px;
}
.fraction-slider .prev:hover{
	background-color: transparent;
	background: url(../images/fs.prevnext.png) no-repeat scroll 0px -45px;
}
.fraction-slider .next{
	top: 48%;
	background-color: transparent;
	background: url(../images/fs.prevnext.png) no-repeat scroll -45px 0px;
	left: 610px;
}
.fraction-slider .next:hover{
  background : transparent url(../images/fs.prevnext.png) no-repeat scroll -45px -45px;
}
.fraction-slider:hover .prev,
.fraction-slider:hover .next{
  display:block;
}
/** PAGER **/

.fs-pager-wrapper{
  position:absolute;
  left:10px;
  bottom:10px;
  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 : transparent url(../images/fs.pager.png) no-repeat scroll 0px -14px;
}
.fs-pager-wrapper .active,
.fs-custom-pager-wrapper .active{
  background : transparent url(../images/fs.pager.png) no-repeat scroll 0px 0px;
}