/* ================================================================ 
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:516px;
	height:435px;
	position:relative;
	
}
#gallery li {width:100px; background:#aa8; margin-right:1px; float:left;}
#gallery li p {
	color:#fff;
	height:25px;
	line-height:25px;
	padding:0 0 0 10px;
	margin:0;
	cursor:pointer;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
#gallery li.galleryon p {
	color:#000000;
	background-color: #999999;
}
#gallery ul {display:none;}

#gallery li.galleryon ul {
	display:block;
	width:516px;
	height:435px;
	padding:0px;
	position:absolute;
	left:0;
	top:25px;
	border-top-width: 20px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	
}
#gallery li.galleryon ul li em {display:none;}
#gallery li.galleryon ul li {
	width:170px;
	height:133px;
	border:1px solid #000;
	border-color:#eee #444 #000 #ccc;
	float:left;
	margin:0;
	text-align:center;
	padding-top:10px;
	cursor:pointer;
	background-color: #999999;
}
#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:10px; height:133px;}

#gallery li.galleryon ul li.page em {display:block; position:absolute; left:73px; top:10px; border:5px solid #ffffff;}
#gallery li.galleryon ul li.hz em {left:13px; top:10px;}
#gallery li.galleryon ul li.page em img {display:block;}
