/**
 * Style sheet gallery
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img
{
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-weight:normal;
}

ol, ul
{
	list-style:none;
}

caption, th
{
	text-align:left;
}

h1, h2, h3, h4, h5, h6
{
	font-weight:normal;
	font-size:100%;
}

q:before, q:after
{
	content:'';
}

abbr, acronym
{
	border:0;
}

html, body
{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#52697E;
	line-height:18px;
}

body
{
	overflow:auto;
	text-align:center;
}

.wrapper
{
	width:700px;
	margin:0 auto;
	text-align:left;
}

h1
{
	height:47px;
	font-size:21px;
	line-height:47px;
	text-transform: uppercase;
}

.navigationTabs
{
	height:23px;
	border-bottom:1px solid #ccc;
	line-height:23px;
}

.navigationTabs li
{
	height:23px;
	float:left;
	padding-right:3px;
	line-height:23px;
}

.navigationTabs li a
{
	height:23px;
	position:relative;
	overflow:hidden;
	float:left;
	padding:0 10;
	background-color:#eee;
	text-decoration:none;
	color:#52697E;
	line-height:23px;
	dispaly: block;
}

.navigationTabs li a:hover
{
	background-color:#f0f0f0;
}

.navigationTabs li a.active
{
	background-color:#fff;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:0px solid #ccc;
	border-left:1px solid #ccc;
}

.spacegallery
{
	position:relative;
	overflow:hidden;
}

.spacegallery img
{
	left:50%;
	position:absolute;
}

.spacegallery a
{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	display:block;
	z-index: 1000;
	background: url(images/blank.gif);
}

#myGallery
{
	width:100%;
	height:420px;
}

#myGallery img
{
	border:0px #solid #52697E;
}

a.loading
{
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}

