/*
Gallery Style Overrides
*/

.CommonTitle
{
	position: relative;
}

.CommonVerticalScroll
{
	overflow:-moz-scrollbars-vertical;
	overflow-x:hidden;
	overflow-y:scroll; 
}
.CommonHorizontalScroll
{
	overflow:-moz-scrollbars-horizontal;
	overflow-x:scroll; 
	overflow-y:hidden;
}


/*
Sidebar Styles
*/


/*
Content Styles
*/

UL.GalleryList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.GalleryGalleryArea
{
	margin-bottom: 15px;

}

.GalleryGalleryHeader
{
	font-size: 1.7em;
   font-weight: normal;
   color: #033569;
   border-bottom: 1px solid #efe9da;
	margin: 0;
	padding-bottom: 1px;
}
.GalleryGalleryHeader a{
text-decoration: none;
}

.GalleryGalleryContent
{
	padding: 5px;
	background: #FCF9EA;
	border-bottom: 3px solid #F0E28F;
}

UL.GalleryImageList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

UL.GalleryImageList li
{
	float: left;
}

.GalleryGalleryImage
{
	margin: 2px;
	margin-left: 0px;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.GalleryGalleryFooter
{
	clear: both;
	margin: 10px 0px 5px 1px;
}

/*
Search Results
*/

.GallerySearchResult
{
	margin-bottom: 8px;
}

.GallerySearchResultName
{
	font-weight: bold;
	font-size: 100%;
}

.GallerySearchResultDetails
{
	font-size: 80%;
}

.GalleryGalleryArea
{
	position:relative;
}


.CommonTabBar
{
	display: none;
}

#Nav #nav a.photos { background-position: -340px -64px;}
