@charset "utf-8";
/* 
CSS Document 
These default values are included first so they may be overridden by the other css files

*/

		.iosslider {
			left: 0;
			overflow: hidden;
			position: relative;
			top: 0;
			width: 100%;
			height: 100%;
			min-height: 100%;
		}
		
		.iosslider .slider {
			width: 100%;
			height: 100%;
		}
		
		.iosslider .slider .slide {
			float: left;
			width: 100%;
			height: 100%;
			padding: 0;
			background: transparent;
			background-size: cover; background-position: center 25%; background-repeat: no-repeat; 
		}
		
