@media print {
	/* hide screen-only elements */
	#header,#footer,#navigation,#preview-controls {
		display: none !important;
	}
	/* display current image on image-slider */
	#slider img {
		display: block !important;
	}
	/* sets A4 page size and margins*/
	@page {
		size: 8.3in 11.7in;
		margin: 25mm; 
	}
	body {
		margin: 0px;
		background: white;
	}
	#wrapper {
		width: 100%; 
		padding: 0;
	}
	#searchForm table#advancedSearch, #searchForm>table.form {
		width: 100%;
	}
	.button {
		color: black;
		background: transparent;
		filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#00000000', endColorStr='#00000000');
		box-shadow: 0 0;
	}
	#item1 {
		border-right: 1px solid #ccc;
	}
	#spacer1, #spacer2, div.diagonal {
		border-top-width: 0;
		border-right-width: 0;
		border:0 none !important;
	}
	#sliderFrame {
		float: none;
		margin:0;
	}
	table#additionalLinks td span {
		line-height: normal;
	}
}

.preview {
	display: none !important;
}

.printNavigation {
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	top: 15px;
	left: 47%;
	height: 32px;
	width: 80px;
	margin: auto;
	position: fixed;
	padding: 5px 0;
	background: rgba(250, 250, 250, 0.75);
	z-index: 10;
}

.center {
	margin: 0 0 0 12px;
	width: 80%;
}