*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML
----------------------------------------------------------------------*/

a
{
	color: #eed;
	cursor: pointer;
	text-decoration: none;
}
a:hover
{
	
	cursor: pointer;
	text-decoration: none;
	color: #CCC;
}
img
{
	font-size: 9px;
}

ol
{
	list-style: none;
}

/* =Container
----------------------------------------------------------------------*/

#galleriContainer
{
	width: 760px;
	height: 426px;
	margin-top: 10px;
	margin-bottom: 0;
	position: absolute;
	margin-left: 3px;
}

/* =Header
----------------------------------------------------------------------*/

#header
{
	overflow: hidden;
	width: 100%;
	height: 31px;
	margin-top: 0;
	margin-bottom: 12px;
	float: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 30px;
}

#header a.current
{
	background: #332;
	color: #fff;
	font-weight: bold;
}

#header a
{
	padding: 5px;
}

#header a:hover
{
	background: #110;
}

#header h1
{
	float: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#header p
{
	color: #998;
	float: right;
	padding: 0 20px 0 0;
}

/* =Placeholder
----------------------------------------------------------------------*/

#placeholder
{
	float: left;
	width: 650px;
	height: 450px;
	border: 1px solid #000;
	background-color: #665;
}
#placeholder1
{
	float: left;
	width: 650px;
	height: 450px;
	border: 1px solid #000;
	background-color: #665;
}

/* =Showcase
----------------------------------------------------------------------*/

#showcase
{
	width: 230px;
	float: right;
	border: thin none #000;
	overflow: auto;
	height: 450px;
}

#showcase img
{
	background: #332;
	border: 1px solid #998;
	padding: 1px;
	width: 100px;
	height: 75px;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}

#showcase a:hover img
{
	border-color: #fff;
}

#showcase ul
{

}

#showcase li
{
	display: inline;
}
.galleryBox {
	height: 500px;
	width: 895px;
	border: 1px none #000;
	float: right;
	margin-top: auto;
	margin-bottom: auto;
}
.showcaseNavBox {
	float: right;
	height: 380px;
	width: 240px;
	border: thin solid #000;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;
}
