.gallery-list {
	padding: 6px 0 12px 40px;
	margin: 0;
	list-style: none;
}

.gallery-list li {
	padding: 10px 10px;
	width: 100px;
	margin: 0;
	float: left; 
	text-align: center;
	background: transparent;
}

.gallery-list li a {
	color: #000; 
}

.gallery-list li a span {
	font-weight: normal;
}

div.gallery-title {
	clear: both;
	text-align: center;
	font-weight: bold;
	color: #060;
}

html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body#gallery {
	background: #fdfefd url('/images/gal-popup-bg-bottom.gif') repeat-x 0 100%;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #395939;
	font-size:12px;
	position: relative;
}

#gallery-wrapper {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: transparent url('/images/gal-popup-bg.gif') repeat-x 0 0;
}

body#gallery p {
	padding: 10px 0;
	margin: 0;
}

body#gallery ul  {
	list-style:none;
	margin: 10px 0 0;
	padding: 10px 0;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
}

body#gallery ul li {
	padding: 0;
	margin: 0;
	background: transparent;
}

body#gallery ul li a {
	color: #060;
	font-weight: normal;
	padding: 0 1px;
}

body#gallery ul li a.sel {
	color: #b10021;
	font-weight: bold;
}


#view-image {
	position: relative;
	float: left;
}

a#view-image-next {
	position: absolute;
	right: 0;
	outline: none;
	top: 42%;
	height: 16%;
	width: 70px;
	text-indent: -10000px;
	background: #111 url('/images/next.gif') no-repeat 50% 50%;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

a#view-image-prew {
	position: absolute;
	left: 0;
	top: 42%;
	height: 16%;
	outline: none;
	width: 70px;
	text-indent: -10000px;
	background: #111 url('/images/prev.gif') no-repeat 50% 50%;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

a#view-image-prew:hover, a#view-image-next:hover {
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}

#view-wrapper {
	margin: 0 auto;
}