.imgViewer * {
	margin:	0;
	padding: 0;
}
.imgViewer a:hover {
	text-decoration:	none;
}
.imgViewer {
	color:	#156184;
	text-align:	center;
	width: 550px;
	margin:	auto;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.imgViewer hr {
	visibility: hidden;
	clear: both;
	margin: 0;
}
.imgViewer img#placeholder {
	margin: 10px auto;
	border: solid 1px;
	padding: 1px;
	background: #fff;
}
.imgViewer ul {
	list-style:	none;
	margin:	0;
}
#viewerNavContainer {
	border:	solid 1px;
	position: relative;
	width: 510px;
	height: 30px;
	overflow: hidden;
	margin: 10px auto;
}
#viewerNav {
	position:	absolute;
	left: 0;
}
.imgViewer li {
	float: left;
}
.imgViewer li a {
	font-size: 12px;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	width: 20px;
	display: block;
	background: #fff;
	margin: 5px;
	padding: 4px 0;
	color: #333;
}
.imgViewer li a:hover {
	background:	#156184;
	color:	#fff;
}
.imgViewer li a.current {
	background: #FFB424;
}
#linkControl {
	margin: 10px 0;
}
#linkControl a {
	font-size:	10px;
	margin:	0 5px;
	letter-spacing:	0.9em;
	border: solid 1px #156184;
}
#linkControl a:hover {
	text-decoration:	none;
	background:	#FFB424;
}
#linkControl a.current {
	background:	#FFB424;
}
#butContainer {
	position:	relative;
	text-align:	left;
}
#butContainer #next {
	position:	absolute;
	right:	20px;
	top:	12px;
}
#butContainer #prev {
	position:	absolute;
	left:	20px;
	top:	12px;
	float:	left;
}
#butContainer #next, #butContainer #prev {
	font-size:	20px;
	height:	425px;
	line-height: 425px;
	padding: 5px;
}
#butContainer a {
	text-decoration:	none;
	display:	block;
}
#butContainer a:hover {
	color:	#000;
}