	/* I wanted to center my loader */
			#cycle-loader {
				height:32px;
				left:50%;
				margin:-8px 0 0 -8px;
				position:absolute;
				top:50%;
				width:32px;
				z-index:999;
			}
			
			/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
			#maximage {
				display:none;/* Only use this if you fade it in again after the images load */
				position:fixed !important;
			}
			
			/*Set my gradient above all images*/
			#gradient {
				left:0;
				height:100%;
				position:absolute;
				top:0;
				width:100%;
				z-index:999;
			}
			
			/*Set my logo in bottom left*/
			#logo {
				bottom:30px;
				height:auto;
				left:30px;
				position:absolute;
				width:34%;
				z-index:1000;
			}
			#logo img {
				width:100%;
			}
			
			#arrow_left, #arrow_right {
				bottom:30px;
				height:67px;
				position:absolute;
				right:30px;
				width:36px;
				z-index:1000;
			}
			#arrow_left {
				right:86px;
			}
			
			#arrow_left:hover, #arrow_right:hover {
				bottom:29px;
			}
			#arrow_left:active, #arrow_right:active {
				bottom:28px;
			}
			
			a {color:#666;text-decoration:none;}
			a:hover {text-decoration:underline;}
			
			.in-slide-content { 
				color:#333;
				box-shadow: 1px 2px #000;
				background: #fff;
				float:right;
				opacity: 0.8;
				font-family:'Helvetica Neue', helvetica;
				font-size: 11px;
				border-radius: 6px;
				font-weight: normal;
				right:0;
				margin:40px;
				padding:20px;
				position:absolute;
				top:0;
				width:550px;
				z-index:9999; /* Show above .gradient */
				text-shadow: 0 1px 0 #fff;
				-webkit-font-smoothing:antialiased;
			}
			
			.in-slide-content a, .in-slide-content a:visited { 
				text-transform: uppercase;
				size: 25px;
				color: #89c3ff;
				
			}
			
				.in-slide-content a:hover { 
				color: #328be7;
				
		
			}
			.light-text {color:#ddd;text-shadow: 0 1px 0 #666;}
			.smaller-text {font-size:30px;}
			.youtube-video, video {
				left:0;
				position:absolute;
				top:0;
			}
			
			
		.contenttext {
			font-family:'Helvetica Neue', helvetica;
			font-size:15px;
			font-weight:bold;
			color: #ccc;
	
		}
			.dreamymark {font-size: 15px; font-family:'Helvetica Neue', helvetica; color: #fff; letter-spacing: 2px; text-shadow: 0 1px 0 #666;}
			
				.dreamymark span.d {font-size: 40px; color: #68a7e7; }
				
				.dreamymark span.r {font-size: 40px; color: #ff1a1a; }