#gallery {
	text-align:left;
	margin:0 auto;
	width:740px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#gallery .navigator {
	margin:0 0 20px 0;
	
	padding:3px 10px;
	font-size:1.2em;
	color:#000;
}
#gallery .navigator a {
	text-decoration:none;
	color:#000;
	background-color:inherit;
}
#gallery .navigator a:hover {
	text-decoration:underline;
}
#gallery ul.thumbs {
	list-style-type:none;
	margin:0;
	padding:0;
}
#gallery ul.thumbs img {
	border:1px solid #ccc;
	padding:3px;
}
#gallery ul.thumbs li {
	margin:0 15px 10px 0;
	display:block;
	float:left;
}
#gallery ul.thumbs li.dir {
	width:83px;
	height:83px;
	background:transparent url(gthumb.png) no-repeat scroll top center;
}
#gallery ul.thumbs li.dir a {
	text-decoration:none;
	color:#000;
	background-color:inherit;
	display:block;
	padding:70px 0 0 0;
}
#gallery ul.thumbs li.dir a:hover {
	text-decoration:underline;
}
#gallery .preview {
	position:relative;
}
#gallery .preview img {
	border:1px solid #ddd;
	padding:5px;
}
#gallery .preview ul {
	list-style:square inside none;
	margin:0;
	padding:5px;
	position:absolute;
	right:0;
	top:0;
	border:1px solid #ddd;
	background-color:#eee;
	color:#000;
}
#gallery .preview .caption {
	font-size:1.3em;
	font-family:Georgia, Times, serif;
	margin:10px 0 0 20px;
}
#gallery .credit {
	clear:left;
	text-align:right;
	margin:20px 0 0 0;
	padding:3px 5px;
	background-color:#FFFAF0;
	color:#000;
}
#gallery .credit a {
	color:#000;
	background-color:inherit;
}
#gallery .credit a:hover {
	text-decoration:none;
}