/********************/
/* Album navigation */
/********************/
#navigation_Albums {overflow:auto;}
#navigation_Albums li {list-style: none; width: 12em; float:left}
#navigation_Albums li.listHeader {width: 5em;}
#navigation_Albums li h4 {margin:0;padding:0;}
#navigation_Albums li a {height: 1%; padding: 0.3em; display: block; text-align: center;}
#albumCurrent a:link, #albumCurrent a:visited, #albumCurrent a:hover, #albumCurrent a:active {
	border-left: 0.1em groove #990000;
	border-right: 0.1em groove #990000;
	color:#000000;
	font-weight:bold;
	text-decoration: underline;
}
/************************/
/* Thumbnail styles     */
/************************/
#galleryThumbs {
	clear:both;
	width:60em;
	margin:auto;
	margin-top:0.5em;
	text-align:center;
}
#galleryThumbs a:hover { white-space: normal; }
#galleryThumbs li{
	width:100px;
	height:100px;
	border:solid #CCC;
	border-width:0.1em;
	-moz-border-radius:2em;
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:0.525em;
}
#galleryThumbs a span{
/*\*/
	position:absolute;
	left:-9999px;
}
#galleryThumbs a:hover span{	
	top:10px;
	left:10px;
	width:100px;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border: 1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 
img{
	border:0;
}
#Pager {clear:both;}
