* {
	margin:0;
	padding:0
}
#gallery {
	position:relative;
	width:686px;
	margin:0px auto;
}
#images {
	border:2px solid #9ac1c9;
	height:225px;
	background:#eef5f6;
	margin-bottom:20px
}
#image {
	border:3px solid #333333;
	height:449px;
	padding:5px;
	position:relative;
	width:672px;
}
#image img {
	position:absolute;
	top:5px;
	left:5px
}
#thumbwrapper {
	background:#444444 none repeat scroll 0 0;
	border:2px solid #444444;
	height:40px;
	margin-top:10px;
	padding:2px 0;
	width:682px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:70px;
	width:682px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:100px;
	width:10000px;
	border-right:5px solid #FFF
}
#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer
}
.imgnav {
	position:absolute;
	width:20%;
	z-index:100;
	height:175px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer
}
#previmg {
	left:0;
	background:url(images/left.png) left center no-repeat;
	border-left:0px solid #FFF
}
#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
#nextimg {
	right:0;
	background:url(images/right.png) right center no-repeat;
	border-right:0px solid #FFF
}
#nextimg:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
.moretext {
	width: 668px;
	background-image:url(images/transp-box.png);	
	display: none;
	padding:10px;
	font-size:12px;
	line-height:20px;
	position: absolute;
	z-index:1000;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#686868;
	
/*	border:3px;
	border-color:#F0F;
	border-style:solid;*/
}

.close {
	float:right;
	padding-right:10px;
	
}

.expand {
	position:absolute;
	right:0px;
	margin:auto;
	padding:0px;
}

