/* ================================================================ 
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/clickgallery.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#gallery {
	width:640px;
	height:440px;
	margin:0 auto;
	position:relative;
}
ul#thumbnails {
	padding:0 0 0 10px;
	margin:0;
	list-style:none;
}
ul#thumbnails  li {
	float:left;
	position:relative; 
	top:370px;
}
ul#thumbnails li a {
	height:60px;
	width:90px;
	padding:3px;
	display:block;
	text-decoration:none;
	background:#fff;
}
ul#thumbnails li a img {width:90px; height:60px; border:0;}
ul#thumbnails li a:hover {
	background:#fc0;
}
ul#thumbnails li.close a:hover {
	background:#fff;
}

#gallery #fullsize {
	position:absolute;
	left:0;
	top:0;
	height:340px;
	width:640px;
	overflow:hidden;
}
#gallery #fullsize div {width:640px; height:340px; padding-top:25px;}
#gallery #fullsize div img {display:block; margin:0 auto; border:0;}




#gallery2 {
	width:640px;
	height:440px;
	margin:0 auto;
	position:relative;
}
ul#thumbnails2 {
	padding:0 0 0 10px;
	margin:0;
	list-style:none;
}
ul#thumbnails2  li {
	float:left;
	position:relative; 
	top:370px;
}
ul#thumbnails2 li a {
	height:60px;
	width:90px;
	padding:3px;
	display:block;
	text-decoration:none;
	background:#fff;
}
ul#thumbnails2 li a img {width:90px; height:60px; border:0;}
ul#thumbnails2 li a:hover {
	background:#fc0;
}
ul#thumbnails2 li.close a:hover {
	background:#fff;
}

#gallery2 #fullsize2 {
	position:absolute;
	left:0;
	top:0;
	height:340px;
	width:640px;
	overflow:hidden;
}
#gallery2 #fullsize2 div {width:640px; height:340px; padding-top:25px;}
#gallery2 #fullsize2 div img {display:block; margin:0 auto; border:0;}
