#photogallery
{
   margin-left:auto;
   margin-right:auto; 
  
}
.album 
{
    width: 750px;
    padding:0px;
    margin:0px;
    
    
 
}

.album img
{
    border: none;
}        

.albumFloat 
{
    float: left;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 4px;
    width:200px;
  
   
}

.albumFloat img
{
    border: none;
}

.albumImgCaption
{
    padding:2px;
    /*color:#305278;*/
    font-size: 9pt;
}

a
{
  
    /*color:#0099CC;*/
   
}  
               

.albumDetailsLink 
{
    display: none;
}

.albumMetaSectionHead 
{
	background-color: Gray;
	/*color: White;*/
	font-weight: bold;
}

.albumMetaName 
{
	font-weight: bold;
}

.albumMetaValue 
{
}
.ImageDivCssClass{

width:200px;
}

.ImageDivCaptionClass
{
    width:200px;
}

