#page {
	background: transparent url(../images/gallery/page.jpg) no-repeat 0 0;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	height: 430px;
	overflow: hidden;
	position: relative;	
}




#page #thumb {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 430px;
}
#page #thumb ul {
	line-height: normal;
	margin: 0;
}
#page #thumb ul li {
	background: none;
	float: left;
	height: 86px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 86px;
	behavior: expression(
		this.onmouseover = new Function("this.className += ' thumbover';"),
		this.onmouseout = new Function("this.className = this.className.replace(' thumbover', '');"),
		this.style.behavior = null
	);
}
#page #thumb li:hover, #thumb li.thumbover {
	background: transparent url(../images/gallery/thumb-lihover.jpg) no-repeat 0 0;
	cursor: pointer;
}
#page #thumb li.here {
	background: transparent url(../images/gallery/thumb-lihover.jpg) no-repeat 0 0;
}
#page #thumb li img {
	margin: 10px auto 0 auto;
	-moz-opacity: 0.25;
	opacity: .25;
	filter: alpha(opacity=25);
}
#page #thumb li.here img {
	background: transparent url(../images/gallery/thumb-here.jpg) no-repeat 0 0;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}



#page #pane {
	height: 400px;
	overflow: hidden;
	position: absolute;
	left: 50px;
	text-align: center;
	top: 45px;
	width: 340px;
}
#page #pane img {
	margin: 0 auto 0 auto;
}




#page a#next {
	background: transparent url(../images/gallery/next.gif) no-repeat 100% 0;
	display: block;
	position: absolute;
	right: 435px;
	text-decoration: none;
	top: 5px;
}
#page a#prev {
	background: transparent url(../images/gallery/prev.gif) no-repeat 0 0;
	display: block;
	left: 5px;
	position: absolute;
	text-decoration: none;
	top: 5px;
}
