@charset "utf-8";
/* Pic Gallery CSS */

#exhibit{
	
top:0;
width:100%;
height:100%;
z-index:20;
background-color:#000;
position:absolute;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}

#numpics{
	z-index:70;
	position:absolute;
	right:54%;
	top:10px;
	float:right;
	color:#FFF;
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

#theImg {
width:60%;
left:40%;
position:absolute;
z-index:50;
top:0;
}


.backnext {
	z-index:70;
	font-family:"Courier New", Courier, monospace;
	font-size:30px;
	padding:2px;
	color:#555;/*
	width:15px;
	height:15px;*/
	background-color:#CCC;
		filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


.backnext:hover {
	
/*background-color:#999;*/
color:#F00;
padding-left:1px;
}

#buttons {
	z-index:70;
	position:absolute;
	right:53%;
	top:50px;
	cursor:pointer;
	float:right;
}

#gallholder {
}


#loctext{
	position:absolute;
	top:30px;
	left:60px;
	width:32%;

	color:#FFF;
	z-index:70;
}

#cityname {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
}

#citydesc {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*width:200px;*/
	font-size:11px;
	padding:10px;
	height:75%;
}
