#fishEye{
	left: 0px;
	width: 100%;
	padding-top: 40px;
	text-align:center;
	overflow:visible;
	z-index: 9;
	border: 0px solid #222;
	position: absolute;
}
#fishEye.visible {
	bottom: 30px;
}
#galleryNavLeft{
	position: absolute;
	bottom: 30px;
	left: 0px;
	padding-top: 40px;
	z-index: 10;
	border: 0px solid #222;
	height: 40px;
	width: 32px;
	cursor: pointer;
}
#galleryNavRight{
	position: absolute;
	bottom: 30px;
	right: 0px;
	padding-top: 40px;
	z-index: 10;
	border: 0px solid #222;
	height: 40px;
	width: 32px;
	cursor: pointer;
}
#fishEyeBackground{
	position: absolute;
	width: 100%;
}
#innerFishEyeBackground{
	z-index: 1;
	width: 100%;
	background-color:#222;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#fishEye img {
	width:55px;
	height:40px;
	border: 2px solid #000;
	margin: 2px;
	cursor: pointer;
}
#fishEye img.current{
	border: 2px solid #000;
}
#FrogJSGalleryCounter{
	font-weight: bold;
	font-size:12px;
	letter-spacing:2px;
	padding: 3px;
	float: left;	
}

#FrogJSGalleryLinkDiv{
	font-weight: bold;
	font-size:12px;
	padding: 3px;
	float: right;
	color: #fff;
}

#FrogJSGalleryLinkDiv a {color: #fff; }

#FrogJSGalleryLinkDiv a:link {
	color: #fff;
}
#FrogJSGalleryLinkDiv a:visited {
	color: #fff;

}
#FrogJSGalleryLinkDiv a:hover {
	color: #575697;
	text-decoration:none;
}
a#FrogJSCloseLink {color: #fff !important;}
a#FrogJSCloseLink:hover {color: #575697 !important;}
