/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/slide_show.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
/* set up the overall width of the menu div and the margins */
#gallery, #gallery ul {padding:0; margin:0; list-style:none;}

#gallery {
	width:664px;
	height:725px;
	position:relative;
	margin-right: 10px;
	margin-left: auto;
	background-color: #CCCC33;
	clear:both;
}
#gallery li {
	width:80px;
	margin-right:1px;
	float:left;
	background-color: #999999;
}
#gallery li p {
	color:#fff;
	height:auto;
	line-height:25px;
	margin:0;
	cursor:pointer;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	font-weight: bold;
}
#gallery li.galleryon p {background:#664; color:#fc0;}
#gallery ul {
	display:none;
}

#gallery li.galleryon ul {
	display:block;
	width:502px;
	height:500px;
	border:1px solid #664;
	border-width:20px 1px;
	padding:80px;
	position:absolute;
	left:3px;
	top:22px;
	background-color: #A7AA84;
}
#gallery li.galleryon ul li em {
	display:none;
}
#gallery li.galleryon ul li {
	width:118px;
	height:109px;
	border:1px solid #000;
	border-color:#eee #444 #000 #ccc;
	float:left;
	margin:0;
	text-align:center;
	cursor:pointer;
	background:#888;
	padding-top: 9px;
	background-color: #B0B49C;
}
#gallery li.galleryon ul li span img {
	border:1px solid #fff;
	border-color:#000 #ccc #eee #444;
}
#gallery li.galleryon ul li.hz {padding-top:21px; height:97px;}

#gallery li.galleryon ul li.page em {
	display:block;
	position:absolute;
	left:80px;
	top:10px;
	border:1px solid #664;
}
#gallery li.galleryon ul li.hz em {left:10px; top:80px;}
#gallery li.galleryon ul li.page em img {
	display:block;
}
.info1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #CC9999;
	line-height: 0,6;
}
body {
	margin-left: 150px;
	background-color: #C8C896;
}
#container {
	padding: 20px;
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #B4B496;
}
#top {
	background-color: #CCAEDB;
	height: 100px;
	width: 300px;
	color: #FFFFFF;
	padding-top: 35px;
	padding-left: 30px;
	font-family: Tahoma, "Arial Narrow";
	float: left;
}
