﻿/* ALBUM LIST */

.MSEGallery_AlbumTable 
{
}

.MSEGallery_CoverCell 
{
	text-align: center;
	vertical-align: top;
}

.MSEGallery_DescrCell
{
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}

.MSEGallery_Title, .MSEGallery_Album_Title
{
	margin: 0px 0px 5px 0px;
}

.MSEGallery_Date, .MSEGallery_Album_Date
{
	margin: 0px 0px 5px 0px;
}

.MSEGallery_Photographer, .MSEGallery_Album_Photographer
{
	margin: 0px 0px 5px 0px;
}

.MSEGallery_Description, .MSEGallery_Album_Description
{
}


.MSEGallery_Separator
{
	vertical-align: middle;
	text-align: center;
	padding: 10px 0px;
}

.MSEGallery_Separator hr
{
	text-align: center;
	height: 1px;
	background: black;
	border: none;
}


/* PHOTO THUMBS */

.MSEGallery_Thumb_Table 
{
	margin-top: 10px;
	width: 100%;
}

.MSEGallery_Thumb_Cell
{
	padding: 5px;
	border-collapse: separate;
	border-spacing: 20px;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
}

.MSEGallery_Thumb_Image 
{
	padding: 0px;
	border: solid 1px black;
	text-align: center;
}

.MSEGallery_Thumb_Link 
{
		
}

.MSEGallery_Album_Backlink 
{
	
}

.MSEGallery_Popup 
{
	border: solid 1px black;
	background-color: White;
	padding: 3px;
	max-height: 100%;
}

.MSEGallery_PopupBackground 
{
	background-color: #eee;
    filter:alpha(opacity=20);
    opacity:0.8;
}

.MSEGallery_PotoImage 
{
	
}

.MSEGallery_PhotoCaption 
{
	padding: 5px 5px 0px 5px;
	position: static;
}

object:focus {
    outline: none;
}

.MSEGallery_RandomPhoto 
{
	margin: 5px 0px 0px 0px;
	text-align: center;
}