/* GALLERY ---------------------------------------------------- */
div#header{
	height: 148px;
}

div#content{
	margin-right: 400px;
}

div#nav-breadcrumb{
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #00ccff;
	margin-left: 272px;
}


/* Gallery Code -----------------------------------------*/
div#gallery {
	position:relative;
	left: 0;
	width: 690px;
	height: 455px;
	z-index: 100;
	margin-left: 30px;
}

div#gallery ul
{
	list-style: none;
	margin:0;
	padding:0;
}

div#gallery li
{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

div#gallery img
{
	vertical-align: top;
	width: 222px;
	height: 212px;
	border:none;
	margin: 0px 6px 6px 0px;
}


div#gallery a span {display: none;}

   
div#gallery a:hover span {
	display: block;
	position: absolute;
	top: -22px;
	left: 0px;
	width: 680px;
	height:15px;
	z-index: 100;
	background-color: #0E0E0E;
	text-align: right;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color:#00CCFF;
}

div#gallery a
{
	color: #000000;
	text-decoration: none;
}

a span
{
	text-transform: none;
	text-decoration: none;
}

span a
{
	color: #000000;
	text-decoration: none;
}

