.fraction-slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
}
.slide {
	display: none;
	width: 985px;
	height: 320px;
	position: relative;
	z-index: 5000;
	float: left
}
.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: 320px;
	background: url(/images/fs.spinner.gif) center center no-repeat transparent;
}
/** CONTROLS **/

.fraction-slider .prev, .fraction-slider .next {
	background: url(/images/mainBanner-NavSprite.png) no-repeat;
	width: 30px;
	height: 35px;
	cursor: pointer;
	position: absolute;
	top: 140px;
	float: left;
	z-index: 9999
}
.fraction-slider .prev {
	background-position: 1px 0;
	left: 10px;
}
.fraction-slider .next {
	background-position: -28px 0;
	right: 10px;
}
.fraction-slider:hover .prev, .fraction-slider:hover .next {
	display: block;
}
/*********IE8************/

.prev, .next {
	background: url(/images/mainBanner-NavSprite.png) no-repeat;
	width: 30px;
	height: 35px;
	cursor: pointer;
	position: absolute;
	top: 140px;
	float: left;
	z-index: 9999
}
.prev {
	background-position: 1px 0;
	left: 10px;
}
.next {
	background-position: -28px 0;
	right: 10px;
}
.pagination {
	position: absolute;
	display: inline-block;
	left: 15px;
	bottom: 10px;
	z-index: 99999;
	top: 300px;
}
#paging a {
	float: left;
	margin-right: 1px;
	width: 17px;
	height: 6px;
	background: #d9d2d4;
	cursor: pointer;
}
#paging a span {
	display: none
}
#paging .selected {
	background: #2e91a3;
}
#paging a:hover {
	background: #2e91a3;
}
/*********IE8************/

/** PAGER **/

.fs-pager-wrapper {
	position: absolute;
	display: inline-block;
	left: 15px;
	bottom: 10px;
	z-index: 99999;
	top: 300px;
}
.fs-pager-wrapper a, .fs-custom-pager-wrapper a {
	float: left;
	margin-right: 1px;
	width: 17px;
	height: 6px;
	background: #d9d2d4;
	cursor: pointer;
}
.fs-pager-wrapper .active, .fs-custom-pager-wrapper .active {
	background: #2e91a3;
}
.fs-pager-wrapper a:hover {
	background: #2e91a3;
}
/** PARAGRAPHS **/
.fraction-slider .slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 5000;
}
.fraction-slider .slide p {
	font-weight: bold;
	font-style: italic;
}
.smallParagraph {
	font-size: 25px;
	font-weight: bold;
	width: 407px;
	float: left;
	margin-top: 40px;
	font-style: italic;
}
.bigParagraph {
	color: #de0735;
	background: #FFF;
	padding: 15px;
	font-size: 35px;
	margin-top: 10px;
}
.sub-smallParagraph {
	font-size: 17px;
	width: 407px;
	float: left;
	margin-top: 10px;
	background:url(/images/subBanner-Bg.png);
	color: #FFFFFF;
	padding: 10px;
}
.sub-bigParagraph {
	color: #FFFFFF;
	background:url(/images/subBanner-Bg.png);
	padding: 15px;
	font-size: 30px;
	margin-top: 150px;
	font-weight: bold;
	font-style: italic;
}