*{ margin:0;padding:0; }
body{
	color:#fff;
	background:#333;
	font-family:sans-serif;
	padding:20px;
}
h1{
	padding:0 0 .8em;
	*zoom:1; /* ie */
}
.gallery{
	width:320px;
	height:320px;
	background:#fff;
	position:relative;
}
.gallery-main{
	position:absolute;
	left:0;
	top:0;
	width:320px;
	height:320px;
}
.gallery-counter{
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	width:320px;
	padding:10px 0;
	background:#eee;
	text-align:center;
	color:#333;
	font-size:30px;
}
.gallery img{
	position:absolute;
	left:0;
	top:0;
}

