@charset "utf-8";
/*Make sure your page contains a valid doctype at the top*/
#simplegallery1 {
//CSS for Simple Gallery Example 1 position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*//*border: 10px solid darkred;*/
}
#simplegallery1 .gallerydesctext {
//CSS for description DIV of Example 1 (if defined) text-align: left;
	padding: 2px 5px;
}
#gal-nav {
	position:absolute;
	height:23px;
	width:354px;
	bottom:0px;
	opacity:0.3;
	filter: alpha (opacity=30);
	z-index:1000;
	display: block;
	background-image: url(gal-btm-strip.png);
	background-repeat: no-repeat;
}
#gal-nav-link {
	position:absolute;
	height:30px;
	width:354px;
	bottom:0px;
	z-index:1001;
	display: block;
	padding-left:17px;
}
#gal-nav-link  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
	margin-right: 7px;
	float: left;
}

