﻿@charset "utf-8";



.iosSliderDemo {

	clear: both;

	width: 100%;

	position: relative;

	padding-top: 0px;

	padding-right: 0;

	padding-bottom: 600px;

	padding-left: 0;

}

.fluidHeight {

	position: absolute;

	width: 100%;

	height: 600px;

}

.sliderContainer {

	height: 100%;

	padding: 0 0;

}

.iosSlider {

	position: relative;

	top: 0;

	left: 0;

	overflow: hidden;

	height: 100%;

	z-index: 1;

	width: 100%;

}

.iosSlider .slider {

	width: 100%;

	height: 100%;

	position: relative;

}

.iosSlider .slider .item {

	width: 100%;

	height: 600px;

	text-align: center;

	position: absolute;

	top: 0px;

	background-repeat: no-repeat;

	background-position: center top;

}



.sliderContainer .slideSelectors {

	position: relative;

	bottom: 50px;

	z-index: 1;

	text-align: center;

}

.sliderContainer .slideSelectors .item {

	width: 17px;

	height: 17px;

	background: #fff;

	border-radius: 50%;

	margin-right: 4px;

	margin-left: 4px;

	display: inline-block;

}

.sliderContainer .slideSelectors .selected {

	background: #0b6bae;

}



 



 

