.gallery_image {
	position: relative;
	width: 760px;
	height: 318px;
	z-index: 5;
	background-color: #000000;
}
.gallery_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 318px;
	z-index: 6;
}
.gallery {
	position: absolute;
	top: 12px;
	left: 0px;
	width: 760px;
	height: 306px;
	z-index: 7;
	background-color: transparent;
}
#gallery {
	opacity: .0;
	filter: alpha(opacity=0);
	MozOpacity: .0;
	KhtmlOpacity: .0;
}
#gallery_img {
	opacity: .0;
	filter: alpha(opacity=0);
	MozOpacity: .0;
	KhtmlOpacity: .0;
}
/* For static use */
#gallery_img2 {
	opacity: .18;
	filter: alpha(opacity=18);
	MozOpacity: .18;
	KhtmlOpacity: .18;
}
/* For static use */
#gallery2 {
	opacity: .100;
	filter: alpha(opacity=100);
	MozOpacity: .100;
	KhtmlOpacity: .100;
}
#FrogJS {
	width: 600px;
	height: 306px;
	margin: 0 auto;
}
#FrogJSCredit {
	text-align: right;
	font-size: 80%;
	color: #999;
	padding: 1px;
}
#FrogJSCaption {
	text-align: left;
	line-height: 140%;
}