#rotator { width: 96%; height: 340px; position: relative; background: #0f305b; padding: 20px; margin-left:3px;}
		#block-1 { background: #5555FF; }
		#block-2 { background: #3bbbde; }
		#block-3 { background: #89DEDE; }
		#rotator > div { 
			position: absolute; 
			overflow: hidden;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
		}
		#rotator > div > div { 
			padding: 10px; 
		}
		#rotator > div > div img {
			float: right;
			margin: 0 0 2px 10px;
			border-radius:10px;
		}
		#rotator .active { top: 20px; left: 20px; width: 60%; height: 340px; }
		#rotator .non-active-top { top: 20px; left: 65%; height: 130px; width: 30%; }
		#rotator .non-active-bottom { top: 170px; left: 65%; height: 130px; width: 30%; }		
		#rotator .non-active-top:hover, #rotator .non-active-bottom:hover { 
			cursor: pointer;
			-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4); 
			-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4); 
			box-shadow: 0 0 10px rgba(0,0,0,0.4); 
		}
		#rotator h2 {
			text-align: center; 
			line-height: 80px;
			color:#000;
			text-transform: none;
		}
		#rotator .active h2 {
			display: none;
		}