div.Publication {
	margin-top: 30px;
}
div.Publication div.Section {
	width: 211px;
	height: 550px;
	margin-right: 45px;
	margin-bottom: 0px;
}
/*div.Publication div.Section img {
	width: 211px;
	height: 298px;
}*/
div.Publication div.Arrow {
	float: left;
	width: 52px;
	margin: 200px 0px 0px 0px;
}
div.Publication div.ArrowL {
	margin-right: 40px;
}
div.Publication div.ArrowR {
	text-align: right;
}
div.Publication div.Arrow img {
	cursor: pointer;
}

#PubView {
	width: 100%;
	margin-top: 25px;
	height: 600px;
}
#PubView object, #PubView iframe {
	width: 100%;
	height: 100%;
	border: 0px;
}
.Hidden#PubView object, .Hidden#PubView iframe {
	display: none;
	width: 0px;
	height: 0px;
}

.ImagePopup iframe {
	border: 0px;
	width: 100%;
	height: 100%;
}
div.ImagePopup div.Image {
	border-width: 0px 0px 0px 15px;
}
div.ImagePopup div#Close {
	position: absolute;
	margin-top: -12px;
	margin-left: -26px;
	cursor: pointer;
}
