.galleryContainer 
{ 
   margin: 20px 0 0 0; 
} 

.galleryName 
{ 
   font-weight: bold; 
   font-size: 1.2em; 
}

.galleryInfo 
{ 
   font-weight: normal; 
   font-size: 1.0em; 
}

.galleryInfoLink 
{ 
   float: right; 
   padding: 5px; 
   text-align: left; 
   color: #0000DD; 
}

.galleryInfoImage 
{ 
   float: right; 
   border: thin solid #D3D3D3; 
   padding: 3px; 
   background-color: #606060; 
}

.galleryImages 
{ 
   clear: both; 
}

.galleryHidden 
{ 
   display: none; 
}

.galleryNonVisible
{
   visibility: hidden;
}

.clearGallery 
{ 
   clear: both; 
}

.galleryThumbail 
{ 
   height: 40px; 
   width: 63px; 
   margin: 0 10px 10px 0;	
   padding: 0;	
   border: 1px solid #d3d3d3;	
   background: #d3d3d3;	
   float: left; 
   clear: none; 
   position: relative; 
   overflow: hidden; 
}

.galleryNavigation
{
}


/**************************************************************************************
***************************************************************************************
***************************************************************************************

         THE FOLLOWING STYLES ARE FOR THE GALLERIA STYLE VIEW OF THE PHOTOS
         
***************************************************************************************
***************************************************************************************
**************************************************************************************/
.photoGalleryContainer{ }
   
.photoGalleryNavigationButtons{ }

.photoGalleryButton
{
   padding: 23px 0 0 0;
   font-family: 'helvetica neue',sans-serif;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   font-size: 80%;
   line-height: normal;
   font-size-adjust: none;
   font-stretch: normal;
   letter-spacing: 3px;
   text-transform: uppercase;
   float: left;
   cursor: pointer;
}

.photoGallerySpacer
{
   padding: 15px 10px 0px 10px;
   float: left;
}

.photoGalleryClear
{
   clear: both;
   line-height: .2em;
}

.photoGalleryThumbnailCollection
{
   margin-top: 10px;
   padding: 0;
}

.photoGalleryThumbnail
{
   width: 63px;
   height: 63px;
   margin: 0 5px 5px 0;	
   padding: 0;	
   border: 1px solid #d3d3d3;	
   background: #d3d3d3;	
   float: left; 
   clear: none; 
   position: relative; 
   overflow: hidden; 
   cursor: pointer;
}

.photoGalleryActive
{
   opacity: 1.0;
   filter: alpha(opacity = 100);
   -moz-opacity: 1.0;
}

.photoGalleryInactive
{
   opacity: 0.5;
   filter: alpha(opacity = 50);
   -moz-opacity: 0.5;
}

.photoGalleryHover
{
   opacity: 0.75;
   filter: alpha(opacity = 75);
   -moz-opacity: 0.75;
}

.photoGalleryActiveImage
{
   width: 600px;
   height: 600px;
}

.photoGalleryImageCaption
{
   font-family: 'helvetica neue',sans-serif;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;
   font-size: 120%;
   line-height: normal;
   font-size-adjust: none;
   font-stretch: normal;
   letter-spacing: 2px;
   text-transform: uppercase;
}

.photoGalleryMenu{ }

.photoGalleryMenuItem
{ 
   cursor: pointer;
}