/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/gallery.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
a, a:visited, a:hover {color:#000;}

#container {
	position:relative;
	width:600px;
	height:500px;
	background-color:#800000;
	border:1px solid #000;
	margin:10px auto;
	font-family: "Palatino Linotype";
	letter-spacing:1px; 
	line-height:1.7em; 
}

#container a.pics {
	float:left;
	margin:7px 12px;
	display:inline;
	color:#666;
	text-decoration:none;
	border:1px solid #000;
	width:28px;
	height:28px;
	cursor:default;
}
#container a.pics img.thumb {display:block; border:0;}

#container a.pics span {
	display:none;
	border:0;
	width:580px;
	background:#DCD7D3;
	border:1px solid #fff;
	text-align:center;
}
#container a.pics span img {margin:10px auto; border:1px solid #000;}

#container a.pics:hover {white-space:normal; border:1px solid #DCD7D3;}
#container a.pics:hover span {
	display:block;
	position:absolute;
	left:9px;
	top:45px;
	z-index:10;
	height:445px;
}

#container a.pics:active {border:1px solid #DCD7D3;} 
#container a.pics:active span {
	display:block;
	position:absolute;
	left:9px;
	top:45px;
	z-index:5;
	height:445px;
}

#container a.pics:focus {
	border:1px solid #FFF;
	outline:0;
}
#container a.pics:focus span {
	display:block;
	position:absolute;
	left:9px;
	top:45px;
	z-index:5;
	outline:0;
	height:445px;
}

#container span.info {
	clear:left; 
	display:block;
	text-align:center;
	line-height:1.7em;
	margin:0;
	padding:150px 0 0 0;
	width:600px;
	text-align:center;
	color:#DCD7D3;
	z-index:1;
}
#container span.info a {color:#000;}
#container span.info a:hover {text-decoration:none;}