/* Gallery

#Galleries {
	width:200px;
	
}

#Gallery {
	float: left;
	margin:4;

}
#galleryImage a {
	width:45px;
	height:45px;
	float:right;
    border:1px solid #0A254E;
}

#galleryImage a:hover {
	 border:1px solid #ff0000;

  }
  
#galleryTitle a {
	float: left;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
	
#galleryTitle a:hover {
		text-decoration: underline;
}
----------------------------------------------- */	
.GalleryHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}


#GallerySection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}

#thumblist ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
 
#thumblist ul li{
	display:inline;
}