#gallerymain {
	position: relative;
}

#gallerymain fieldset.gallery {
	padding: 10px 0 0 0;
	width: 780px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;	
}

#gallerymain .hrscroll {
	width: 780px;
	height: 150px;
	border: none;
	overflow-x: auto;
}

#gallerymain fieldset.gallery legend {
	font-weight:bold;
}

#gallerymain ul.imglist {
	list-style:none;
}

#gallerymain ul.imglist li {
	position: relative;
	float: left;
	padding: 1px;
}

#gallerymain .imglist img {
	border: 2px #eee solid;
}

#gallerymain .imglist img:hover {
	cursor: url(../image/gallery/zoom_in_32.png), url(../image/gallery/zoom_in_32.png), pointer;
	opacity: .7;
	border: 2px #3c0 solid;
}

.showimage {
	display: none;
	position:fixed;
	height:520px;  
	width:760px;  
	background:#eee;  
	left: 50%;
	margin-left: -383px;
	top: 30px;
	z-index:98; 
	border: #3c0 3px dashed;
	box-shadow: 0 0 10px 10px #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;	 
}
