/*Gallery Navigation*/
#selectGallery{
	border:1px solid #000; margin:10px 0 23px 0; width:320px; float:left; padding:10px;

}
#nav-gall{
	padding:10px 25px 10px 0; margin:0 6px 0 20px;
}
#nav-gall span{
	padding:5px; margin:0; /*color:#898989;*/
}
ul#nav-gall li {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 6px 0;	padding: 0;
}
#nav-gall a {
	border-bottom-style: solid;
	border-bottom-width: 1px; background-color:#ffffff;
	display: block; padding-bottom: 2px; width: 100%; 
	border-bottom-color: #EEEEEE; font-weight:normal; text-decoration:none;
}
#nav-gall a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px; 	display:block; 
	text-decoration: none; background-color:#FFFFDA; 
	
}
/*shows the accesskey of the link onHover
#nav-gall a:hover::after, 
#nav-gall a:focus::after {
	content:"  [" attr(accesskey) "]";
}*/
/*end gallery nav*/



/*img list*/
.pic{
	margin:40px 0 30px 0; padding:7px; width:328px;
	background:#efefef;  display:block; overflow:auto;
}
.pic img{
	padding:0; margin:0 7px 0 0; float:left; border:1px solid #000;
}
.titleLink{
	padding:0; margin:0; 
}
.pic p{
	 display:block; 
}


/*large img*/
#largeIMG {
	padding:2px; margin:0;  border:2px solid #a3a3a3; background:#fff; width:780px;
	position:absolute;  left:-70px; top:170px; z-index: 1;
}

#imgHeader {
	margin:0 0 20px 0; padding:8px 15px; background:#f50c0d; text-align:right;
}
#imgHeader a{
	color:#fff;
}

#largeIMG p{
	margin:0; padding:0; text-align:center; 
}

#imgTitle{
	margin:0; padding:10px 0; float:left; font-weight:bold;
}
#imgFooter{
	margin:5px 10px 0 20px; padding:0;
}
#imgFooter ul{
	float:right; margin:0; padding:0;
}
#imgFooter li{
	float:left; margin:0; padding:5px; list-style:none;
}
#next{
	background:url("/_img/gallery/next.gif") no-repeat; text-indent:-9999px; display:block; text-decoration:none;
	width:20px; height:30px; margin:0; padding:0;
}
#prev{
	background:url("/_img/gallery/prev.gif") no-repeat; text-indent:-9999px; display:block; text-decoration:none;
	width:20px; height:30px; margin:0; padding:0;
}

#copyright{
	 margin-bottom:10px; font-size:10px; text-align:center; color:#999; clear:both;
}


#new{
	font-size:9px; color:#FF0000; vertical-align:super;
}

#morePhotos {
	color:#FF0000;
}
#morePhotos a {
	font-weight:normal;
}


#picasa{ position:absolute; margin:0; padding:0; top:170px; left:300px; background:url(/_img/gallery/seemore.png) no-repeat; text-indent:-1000em; } 
#picasa a{ height:120px; width:120px; display:block; }


* html #picasa{ background-image:none; }
* html #picasa div{ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_img/gallery/seemore.png', sizingMethod='crop');  height:120px; width:120px; }
* html #picasa div a{ position:relative; z-index:1; }


