﻿
/* =Header */
#galleryHeader
{
	float: left;
	font: 11px Verdana, sans-serif;
	margin: 0;
	overflow: hidden;
	width: 100%;
	/*height: 40px;*/
}

#galleryHeader h1
{
	float: left;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	/*padding: 0 0 0 5px;*/
}


/* =Placeholder
----------------------------------------------------------------------*/

#galleryPlaceholder
{
	background: #fff;
	width: 480px;
	height: 360px;
}

/* =Showcase
----------------------------------------------------------------------*/

#galleryShowcase
{
	margin-top: .5em;
	background: #aaa;
	float: left;
	overflow: auto;
	width: 500px;
	height: 190px;
}

#galleryShowcase img
{
	background: #332;
	border: 1px solid #998;
	margin: 0 0 5px 5px;
	padding: 1px;
	width: 66px;
	height: 50px;
}

#galleryShowcase a:hover img
{
	border-color: #fff;
}

#galleryShowcase ul
{
	margin: 5px 0 0;
}

#galleryShowcase li
{
	display: inline;
}