.fluidHeight {
	position: relative;
	width: 100%;
	height: 380px;
	padding: 15px 0;
	background: #000000;
}
.sliderContainer {
	height: 100%;
	max-height: 400px;
	padding: 0 0;
}
.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.iosSlider .slider {
	width: 100%;
	height: 100%;
}
.iosSlider .slider .item {
	max-width: 880px;
	height: 100%;
	padding: 0 0 0 0;
	text-align: center;
}
.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width: 85%;
	margin: 0 auto;
	height: 100%;
	box-shadow: 0 0 10px -5px #000;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.iosSlider .slider .item .inner img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
}
.iosSlider .slider .item .inner .selectorShadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
	height: 30px;
	display: none;
}
.iosSlider .slider .item .inner .text1 {
	background: none repeat scroll 0 0 #000000;
    left: 0px;
	width: 100%;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 0px;
}
.iosSlider .slider .item .inner .text1 h3 {
	color: #bd9308;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 8px;
}
.iosSlider .slider .item .inner .text1 p {
	color: #fff;
	font-size: 1em;
	font-weight: 100;
	padding: 0 8px;
}
.iosSlider .slider .item .inner .text1 p b {
	font-weight: bold;
}
.iosSlider .slider .item .inner .button {
	position: absolute;
	top: 70px;
	right: 30px;
}
.sliderContainer .slideSelectors {
	position: relative;
	bottom: 15px;
	left: 0;
	width: 137px;
	margin: 0 auto;
	z-index: 1;
	height: 11px;
}
.sliderContainer .slideSelectors .prev {
	float: left;
	width: 11px;
	height: 11px;
	background: url("../images/design/selector-prev.png") no-repeat 50% 0;
}
.sliderContainer .slideSelectors .next {
	float: left;
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: url("../images/design/selector-next.png") no-repeat 50% 0;
}
.sliderContainer .slideSelectors .item {
	float: left;
	width: 9px;
	height: 9px;
	background: #aaa;
	margin: 1px 1px 1px 11px;
	/* opacity: 0.25; */
	filter: alpha(opacity=25);
	border-radius: 10px;
}
.sliderContainer .slideSelectors .item.first {
	margin-left: 1px;
}
.sliderContainer .slideSelectors .selected {
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: #eee;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: none;
}
.sliderContainer .slideSelectors .selected.first {
	margin-left: 0;
}
.sliderContainer .scrollbarContainer {
	position: relative;
	bottom: 4px;
	left: 0;
	width: 1024px;
	height: 4px;
	margin: 0 auto;
	z-index: 1;
}

/*@media Settings 
**DO NOT TOUCH UNLESS YOU KNOW WHAT YOUR DOING, YOU MAY BREAK THE SITE**
------------------------------------------------------------------------------------*/
@media screen and (max-width: 1140px) {
	.iosSliderDemo {
		padding-bottom: 0px;
	}
	.fluidHeight {
		height: 394px;
	}
	.iosSlider .slider .item {
		width: 100%;
	}
	.iosSlider .slider .item .inner {
		width: 90%;
	}
	.sliderContainer .slideSelectors {
	}
}
@media only screen and (max-width:1025px) {
	.fluidHeight {
		height: 384px !important;
	}
}
@media only screen and (max-width:768px) {
	.fluidHeight {
		height: 338px !important;
	}
}
/*Styles for screen 685px and lower*/
@media screen and (max-width: 685px) {
	.fluidHeight {
		height: 304px !important;
	}
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	.fluidHeight {
		height: 274px !important;
	}
}
/*Styles for screen 569px and lower*/
@media only screen and (max-width:568px) {
	.fluidHeight {
		height: 254px !important;
	}
	.iosSlider .slider .item .inner .text1 h3 {
		color: #bd9308;
		font-size: 1.1em;
		font-weight: bold;
		padding: 0px;
	}
	.iosSlider .slider .item .inner .text1 p {
		color: #fff;
		font-size: .9em;
		font-weight: 100;
		padding: 0px;
	}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	.fluidHeight {
		height: 214px !important;
	}
}
/*Android Smartphone*/
@media only screen and (max-width : 380px) {
	.fluidHeight {
		height: 178px !important;
	}
	.iosSlider .slider .item .inner .button {
		position: absolute;
		top: 40px;
		right: 20px;
		font-size: .7em;
	}
}
/*iPhone 3, 4, 5 Portrait Smartphone*/
@media only screen and (max-width : 320px) {
	.fluidHeight {
		height: 174px;
	}
	.iosSlider .slider .item .inner .text1 h3 {
		color: #bd9308;
		font-size: .95em;
		font-weight: bold;
		padding: 0px;
	}
	.iosSlider .slider .item .inner .text1 p {
		color: #fff;
		font-size: .8em;
		font-weight: 100;
		padding: 0px;
	}
	.iosSlider .slider .item .inner .button {
		position: absolute;
		top: 60px;
		right: 20px;
		font-size: .7em;
	}
}
/*Small Android Smartphones*/
@media only screen and (max-width:241px) {
	.fluidHeight {
		height: ;
	}
}

