#simplegallery {
	border: 0px solid #E5E5E5;
	margin:5px;
	position: relative;
	visibility: visible;
	background: none repeat scroll 0% 0% black;
	overflow: hidden;
	width: 300px;
	height: 210px;
}
.navimages {
	position: relative;
	border: 0pt none;
	cursor: pointer;
	opacity: 0.8;
}
.navpanelfg {
	position: absolute;
	left: 0pt;
	top: 0pt;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	text-align: center;
	color: white;
}
.navpanelbg {
	position: absolute;
	left: 0pt;
	top: 0pt;
	width: 100%;
	height: 100%;
	background: none repeat scroll 0% 0% black;
	opacity: 0.5
}
.navpanellayer {
	position: absolute;
	width: 100%;
	height: 45px;
	left: 0pt;
	top: 220px;
	font: bold 11px Verdana;
	z-index: 1001;
}
.gallerylayer {
	position: absolute;
	left: 0pt;
	top: 0pt;
	opacity: 1;
	z-index: 1000;
}
