.slider-frame {
			position: absolute;
			width: 1200px;
			height: 600px;
			background: #FFF;
			top: -25px;
			opacity: 0.7;
			margin-bottom: 13px;
			box-shadow: 0px 20px 25px #000;
}
		
		#fun-trip {
			position: relative;
			top: 59px;
			width: 960px;
			height: 500px;
			display: block;
		}
		
		/* SLIDER */
		#slider {
			position: absolute;
			width: 1160px;
			height: 506px;
			display: block;
			overflow: hidden;
			margin: auto;
			left: 19px;
			top: -13px;
		}
		
		#slider img {
			width: 1200px;
			z-index: 0;
		}
		
		.info {
			position: relative;
			width: 100%;
			height: 110px;
			display: block;
			bottom: 630px;
			bottom: 630px;
			background: rgba(201,101,10,0.5);
			z-index: 10;
			visibility: hidden;
		}
		
		.info h2 {
			font-family: sans-serif;
			font-size: 20px;
			font-weight: bold;
			color: #FFF;
			padding: 15px 0 0 20px;
		}
		
		.info p {
			font-family: sans-serif;
			font-size: 15px;
			font-weight: lighter;
			color: #FFF;
			padding: 20px;
			line-height: 1px;
		}
		
		#play {
			position: absolute;
			width: 60px;
			height: 60px;
			line-height: 60px;
			border-radius: 50%;
			text-align: center;
			display: block;
			background: rgba(201,101,10,0.5);
			color: #FFF;
			cursor: pointer;
			bottom: 100px;
			right: -131px;
			box-shadow: 0px 0px 10px #000;
			z-index: 10;
			
			transform: rotate(90deg);
			-webkit-transform: rotate(90deg);
		}
		
		#pause {
			position: absolute;
			width: 60px;
			height: 60px;
			line-height: 60px;
			border-radius: 50%;
			text-align: center;
			display: block;
			background: rgba(201,101,10,0.5);
			color: #FFF;
			cursor: pointer;
			bottom: 100px;
			right: -63px;
			box-shadow: 0px 0px 10px #000;
			z-index: 10;
			
			transform: rotate(90deg);
			-webkit-transform: rotate(90deg);
		}
		
		#next {
			position: absolute;
			width: 300px;
			height: 500px;
			line-height: 80px;
			text-align: center;
			display: block;
			color: rgba(0.0.0.0);
			cursor: pointer;
			opacity: 0.4;
			bottom: 8px;
			right: -240px;
			z-index: 10;
			
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
		}
		
		#next:hover {
			opacity: 0.8;
			
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
		}
		
		#next .fa-angle-right {
			position: absolute;
			color: white;
			left: 225px;
			bottom: 200px;
			font-size: 125px;
		}
		
		#prev {
			position: absolute;
			width: 300px;
			height: 500px;
			line-height: 50px;
			vertical-align: center;
			display: block;
			color: #FFF;
			opacity: 0.4;
			cursor: pointer;
			right: 658px;
			bottom: 8px;
			z-index: 10;
			
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
		}
		
		#prev:hover {
			opacity: 0.8;
			
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
		}
		
		#prev .fa-angle-left {
			position: absolute;
			color: #FFF;
			left: 24px;
			bottom: 200px;
			font-size: 125px;
		}
		
		#pager {
			position: absolute;
			width: 200px;
			text-align: center;
			display: block;
			cursor: pointer;
			z-index: 10;
			top: 13px;
			border-radius: 10px;
			left: 500px;
		
			background: rgba(0,0,0,0.2);
}
		
		#pager a {
			position: relative;
			font-size: .0em;
			color: transparent;
			width: 10px;
			height: 10px;
			display: inline-block;
			border: 1px solid #FFF;
			border-radius: 20px;
			background: transparent;
			margin: 10px;
		}
		
		#pager a.activeSlide { background: #FFF; }