﻿.iosSliderDemo {
	float: left;
	clear: both;
	width: 100%;
	/* padding: 0 0 30% 0; */
	margin: 0;
	padding: 0 0 10px 0;
	position: relative;
	overflow: hidden;
	height: 480px;}

.fluidHeight {
	position: absolute;
	width: 100%;
	height: 480px;
	padding: 0px 0;}

.sliderContainer {
	height: 100%;
	max-height: 480px;
	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 {
	width: 1200px;
	height: 100%;
	padding: 0 0 0 0;
	text-align: center;}

.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;}

.iosSlider .slider .item .inner img {
	position: relative;
	top: 0;
	left: 0;
	height: 480px;
	width: 100%;
	margin: 0 auto;}

.iosSlider .slider .item .inner .selectorShadow {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../_img/selector-shadow.jpg) no-repeat 0 0;
	width: 120px;
	height: 30px;
	display: none;}

.iosSlider .slider .item .inner .slider_text1 {
	background: none repeat scroll 0 0 #000000;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 100px;
    bottom: 30px;
    padding: 0 2px 0 7px;
    height: 45px;
    text-align: left;}

.iosSlider .slider .item .inner .slider_text1 span {
	color: #fff;
    font-size:180%;
    font-weight: 100;
    line-height: 45px;
    padding: 0 8px;}

.iosSlider .slider .item .inner .slider_text1 span i {
	margin: 0 0 0 5px;}

.iosSlider .slider .item .inner .text2 {
	background: none repeat scroll 0 0 #000000;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 10px 7px 7px;
    position: absolute;
    left: 100px;
    top: 115px;
	text-align: left;}

.iosSlider .slider .item .inner .text2 span {
	display: block;
	color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 120%;
    line-height: 120%;
    font-weight: 100;
    padding: 0 8px;}

.sliderContainer .slideSelectors {
	position: relative;
	bottom: 25px;
	left: 0;
	width: 200px;
	margin: 0 auto;
	z-index: 1;
	height: 11px;}

.sliderContainer .slideSelectors .prev {
	float: left;
	width: 11px;
	height: 11px;
	background: url(../_img/selector-prev.jpg) no-repeat 50% 0;}

.sliderContainer .slideSelectors .next {
	float: left;
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: url(../_img/selector-next.jpg) 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 screen and (max-width: 1200px) {
	
	.iosSliderDemo {
		padding-bottom: 424px;}
	
	.fluidHeight {
		height: 334px;}
	
	.iosSlider .slider .item {
		width: 100%;}

	.iosSlider .slider .item .inner {
		width: 954px;}
	
	.sliderContainer .slideSelectors {}
	
}
.paging{
	z-index: 10;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	height:480px;
	position:absolute;
	background:#000;
	overflow:hidden;}
.slid_left {position: absolute; right: auto; bottom: auto; z-index: 1000; font-style: normal; background: black; opacity:0.5;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5; top: 0px; left: 0px;height:480px;}
.slid_right {position: absolute; right: 1px; top: 0px; z-index: 1000; font-style: normal; background: black; opacity:0.5;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;height:480px;}