@charset "UTF-8";
/* CSS Document */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body { margin: 0; background: #b9b9b9; }

.content-wrapper {
	position: relative;
}

.content-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.content-gallery {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	overflow: hidden;
	cursor: pointer;
}

.content-gallery2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	overflow: hidden;
	cursor: pointer;
}

.content-padded {
	padding: 20px;
	margin: 20px;
	background-color: blue;
}

#box1 .content-padded { background-color: blue; }
#box2 .content-padded { background-color: yellow; }
#box3 .content-padded { background-color: cyan; }
#box4 .content-padded { background-color: red; }
#box5 .content-padded { background-color: green; }
#box6 .content-padded { background-color: orange; }
#box7 .content-padded { background-color: beige; }
#box8 .content-padded { background-color: brown; }