.contentBox {
		position:relative;
		margin: 2px auto auto auto;
		width: 400px;
		height: 400px;
		overflow: hidden;
		border: 1px solid #aaa;
		padding: 0;
		cursor: move;
	}

#fullscreen {
	position:relative;
	display: block;
}

#thumbnail {
	width: 200px;
	position:relative;
	padding: 0;
	border: none;
	margin: 0;
}

#thumbImage {
	z-index: 1;
}

#magnifier {
	width: 63px;
	height: 63px;
	border: 1px solid red;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: move;
}
#captionContainer {
	position: relative;
	height: 25em;
}
div.HScaption {
	position:absolute;
	visibility: hidden;
	width: 200px;
	background-color: #fff;
	font-style: normal;
}
div.HScaption p {
	padding: 1px;
}
h2.caphead {
margin: 0;
color: #fff;
background-color: #0C3F9E;
	font-style: normal;
	padding: 1px;
}