body {
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	display: table;
}
					
a:link     {text-decoration:none}
a:visited  {text-decoration:none}
a:active   {text-decoration:none}
a:hover    {color:#FF0000}

.nav_right {
	font-size:1em;
	font-weight:bold;
	float:right;
	padding:20px;
	text-align:center;color:#999999;text-decoration:none;
	font-family:'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
}

.nav_left {
	font-size:1em; 
	font-weight:bold;
	float:left;
	padding:20px;
	text-align:center;color:#999999;text-decoration:none;
	font-family:'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
}

.name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #EF7E1B; 
	font-variant: small-caps;
	margin-left:auto;
	margin-right:auto;
	display: table;
	padding-top:10px;
}

.attributes {
	font-family:'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
	font-size:18px;
	font-variant: small-caps;
	margin-left:auto;
	margin-right:auto;
	display: table;
	padding:0px;
}

span {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}

div.header {
	position:relative;
	width:745px;
	height:90px;
	padding:1px;
	/* border:1px solid #888;
	background-color: #888;*/
}

#gallery {position:absolute;top:100px;width:728px;height:580px;padding:10px;border:1px dotted #333;background-color: white;}
#gallery b.default      {position:absolute;left:10px;top:10px;width:548px;height:425px;text-align:center;}
#gallery b.default img  {display:block;margin:0 auto 10px auto;border:0px }
#gallery b.default span {display:block;width:350px;margin:0 auto;color:black;
							font-family:verdana, arial, sans-serif;font-weight:normal;font-size:11px;}

#gallery ul      {position:relative;float:right;padding:0;margin:0;width:180px;list-style:none;}
#gallery ul li   {display:inline;width:52px;height:52px;float:left;margin:0 0 5px 5px;}

#gallery ul li a {display:block;width:50px;height:50px;text-decoration:none;
					border:1px solid #000;border-color:#eee #555 #333 #ddd;}
#gallery ul li a span {display:none;}
#gallery ul li a img  {display:block;width:50px;height:50px;border:0;}

#gallery ul li a:hover {white-space:normal;border-color:#555 #ddd #eee #333;background-color:white;} 
#gallery ul li a:hover b {position:absolute;left:-548px;top:0;width:552px;height:425px;
							text-align:center;background-color:white;z-index:20;}
#gallery ul li a:hover span {display:block;width:350px;margin:0 auto;font-weight:normal;font-size:11px;}
#gallery ul li a:hover img {margin:0 auto 10px auto;width:auto;height:auto;border:1px solid #eee;} 

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal;border-color:#555 #ddd #eee #333;background-color:white;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute;left:-548px;top:0;width:548px;height:425px;
														text-align:center;background-color:white;z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block;width:350px;margin:0 auto;font-weight:normal;font-size:11px;}
#gallery ul li a:active img, #gallery ul li a:focus img {margin:0 auto 10px auto;width:auto;height:auto;border:1px solid #eee;}