/* simple reset */
html,body,div,h2,img {margin:0;padding:0;border:none;}

.clear {overflow:auto;}
#vertical, #horizontal {
	margin:0px;
	width:298px;
	height:600px;
	float:left;
}
#vertical div, #horizontal div {
	float:left;
	width:296px;
	height:130px;
	border:1px solid #999;
	position:relative;
	overflow:hidden;
}
#vertical img, #horizontal img {
	position:absolute;
}
