h2 { font-size: 16px; }

a img { border: none; }

#cursor,
#navigation { display: none; }

#containerbox {
	overflow: auto;
	width: auto;
}

#draggableElement {
	left: -500px;
	position: relative;
	width: 800px;
}

.item {
	background: none;
	float: none;
	page-break-after: always;

	width: 100%;
}

.left,
.right {
	float: left;
}

.left img { margin-right: 5px; }

.left img,
.right img { 
	border: 1px solid #ccc;
	margin: 10px 0 40px 0; 
}