* {margin:0; padding:0}
#gallery {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#images {
	margin-bottom:20px;
}
#image {
	position:relative;
	height:420px;
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	margin-bottom: 20px;
}
#image img {
	margin-right: auto;
	margin-left: auto;
}
#thumbwrapper {
	height:20px;
}
#thumbarea {
	overflow:hidden;
	height: 20px;
	float: right;
}
#thumbs {
	list-style:none;
}
#thumbs li {
	float:left;
	margin-right:10px;
	cursor:pointer;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	color: #7C7A6D;
	font-size: 1.2em;
	font-weight: bold;
}
.imgnav {position:absolute; height:375px; width:10%; z-index:100; height:375px; width:10%; z-index:100; outline:none; cursor:pointer}
#previmg {
	left:0;
	opacity:1;
	filter:alpha(opacity=50);

	-moz-opacity:0.5;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {
	right:0;
	opacity:1;
	filter:alpha(opacity=50);

	-moz-opacity:0.5;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: transparent;
}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

