/* simple reset */
html,body,div,h2,img {margin:0;padding:0;border:none;}

html {
	font:1em Arial, Helvetica, sans-serif;
	color:#444;
}
h1 {text-align:center;}
.clear {overflow:auto;}
#vertical, #horizontal {
	margin:0px auto;
	width:985px;
}
#vertical div, #horizontal div {
	margin-right:1px;
	float:left;
	width:122px;
	height:425px;
	border:0px solid #999;
	position:relative;
	overflow:hidden;
}
#vertical img, #horizontal img {
	position:absolute;
}
