@charset "utf-8";
/* CSS Document */

#viewer {
	clear:left;
	width:600px;
	margin:0px auto 5px auto;
/*	border:#333333 solid 2px;		*/
}
#viewer ul {
	margin:0px;
	padding:0px;
	width:600px;
	clear:left;	
}
#viewer li {
	width:120px;
	height:120px;
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
#viewer img {
	display:block;
	margin:0 auto;
	border:#333333 solid 2px;
}
#gallerymenu {
	float:right;
	padding:0;
	margin:1.1em 1em -1em 0;
}
#gallerymenu li {
	list-style:none;
	display:inline;
	padding-left:1em;
}
#gallerymenu a {
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	text-align:center;
}
#gallerymenu a:link, #gallerymenu a:visited {
	color:#333333;
}
#gallerymenu a:hover, #gallerymenu a:active {
	color:#666666;
}
#buttons {
	width:250px;
	height:1.2em;
	margin:5px auto 5px;
	padding:0;
}
#buttons li {
	width:50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	cursor:pointer;
	font-size:1.2em;
	color:#333333;
	text-align:center;
	font-weight:bold;
	font-style:italic;
}
#imgholder {
	height:385px;
	width:100%;
	margin:10px 0;
	background:url(images/loading.gif) center center no-repeat;
}
#imgbig {
	display:block;
	border:#333333 solid 2px;
	margin:0 auto;
}
.galleryheading {
	clear:left;
}

