/* Gallery */
#gallery_description	{
	margin: 0 0.5em 0;
	text-align: center;
}


#gallery_categories	{
		float: left;
}
#gallery_categories h3  {
    text-align: center;
}
#gallery_categories ul 	{	
	margin: 0;
    padding: 0;
	list-style-type: none;	
}

#gallery_categories li	{
	margin-right: 2em;
	margin-bottom: 3px;
}
	
#gallery_categories li 	a, 
#gallery_categories li 	a:visited{		
    font-weight: bold;
    
    color: #446513;
}	
#gallery_categories li 	a:hover{	
    border-bottom: 3px double;

    color: #B8D709;
}


#fullImage  {    
    margin: 0.5em;
	text-align: center;
	
    border: 2px solid;
    
    border-color: #000000;
}

#fullImage h3   {
    margin: 0;  
    
    letter-spacing: 0.5em;
        
    background: none;    
    color: #242907;
}
#fullImage img  {
    border: 0;
}
#fullImage a,
#fullImage a:visited	{
	color: #446513;
}
#fullImage a:hover	{
	color: #B8D709;
}

#gallery_images{
	
}
#gallery_images caption { 
    margin-top: 1em;
}

#gallery_images h3 {
    text-align: center;
}

/* New Display Layout */
.gallery_menu 	{
	width: 80%;
	margin: 1em auto;
	font-size: 10pt;
	font-weight: bold;	
	padding: 0.2em 0.5em;
	
	border: 1px solid #000000;
	
}
.gallery_menu .title	{
	position: relative;
	display: block;
	width: 8em;
	top: -1em;
	margin-right: -4em;
	margin-bottom: -1em;
	
	font-size: 8pt;
	text-align: center;
	color: #FFFFFF;	
	background: #000000;	
}
