.iosSlider{
				width: 100% !important;
				position: relative;
				top: 0;
				left: 0;
				overflow: hidden;
				height:350px;
			}
.iosSlider .item {height:345px !important;}			
			.iosSlider .prevButton {
				position: absolute;
				bottom: 15px;
				right: 0px;
				width: 15px;
				height: 13px;
				background: url(../images/up.png) no-repeat 0 0;
				z-index: 2;
			}
			
			.iosSlider .nextButton {
				position: absolute;
				bottom: 0px;
				right: 0;
				width: 15px;
				height: 13px;
				background: url(../images/down.png) no-repeat 100% 0;
				z-index: 2;
			}
			
			.iosSlider .slider {
				width: 100%;
				height: 100%;
			}
			
			.iosSlider .slider .item {
				position: relative;
				top: 0;
				left: 0;
				width: 100%;
				margin: 0px 0px 10px 0px;
				padding-bottom:20px;
			}
.iosSlider .nextdisable{background: url(../images/down_dis.png) no-repeat 100% 0; cursor:default !important;}
.iosSlider .prevdisable{background: url(../images/up_dis.png) no-repeat 100% 0; cursor:default !important;}
		
.scrollbarBlock1{display:none !important;}