

			#wrapper {
				height: 100%;
				width: 100%;
				min-width: 350px;
				
			}
			#slider {
				height: 500px;
				overflow: hidden;
				background: url(img/ajax-loader.gif) center center no-repeat;
			}
			
			#slider .slide {
				position: relative;
				display: none;
				height: 500px;
				float: left;
				background-position: center right;
				cursor: pointer;
				
			}
			
			#slider .slide:first-child {
				border: none;
			}
			
			#slider .slide.active {
				cursor: default;
			}
			
			#slider .slide-block {
				position: absolute;
				left: 40px;
				bottom: 75px;
				display: inline-block;
				width:70%;
				min-width: 200px;
				background-color: #fff;
				background-color: rgba(0,0,0,.5);	
				padding: 20px;

				color: #134B94;
				overflow: hidden;
				border-radius: 4px;
				margin-right: 2rem;
			}
			
			#slider .slide-block h4 {

				margin: 0 0 10px 0;
				line-height: 1;
			}
			#slider .slide-block p {
				margin: 0;
			}

