
#gallery {
 	padding: 5px 20px 5px 5px; 
}

/*#gallery p {
		
	float: left;
	text-align: left;
	color: #564b47;
	background-color: #90897a;
	word-spacing: 4px
	font: 8px Georgia, Times, serif; overflow: hidden;	
}*/

#thumbnail
{
	padding-left: 40px; 
	padding-right: 20px; 
	padding-top: 10px;
	display:inline;
	float: left;
	width: 120px
}

p#gallery_header  {

	 color: #black; 
	 wordspacing: 3px;  
	 font-size: 16px;
	 font-family: Verdana;
	 font-weight:bold; 
	
}
p#gallery_info {
         color: #black;
         wordspacing: 2px;
         font-size: 14px;
         font-family: Arial;
         font-weight:normal;
         line-height:1.8em;
}

.clearboth { clear: both; }


#navlist_gallery ul
{
	margin: 0;
	white-space: nowrap;	
 	padding: 0;
}

#navlist_gallery li
{
	display: inline;
	list-style-type: none;
}

#navlist_gallery a
{

	padding: 1px 8px 1px 24px;
	border: 1px solid #333;
	background-color: #999;
	background-image: url(../images/l1_down.gif);
}

#navlist_gallery a:link, #navlist_gallery a:visited
{
	color: #EEE;
	font-size: 12px;
	text-decoration: none;
}

#navlist_gallery a:hover
{
	border: 1px solid #333;
	background-color: #FF6600;
	background-image: url(../images/l1_over.gif);
	color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #333;
	background-color: #FF6600;
	background-image: url(../images/l1_over.gif);
	color: #333;
}