body {
	margin: 0; padding: 0;
	left: 0; top: 0;
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	
}

#header {
	text-align: center;
	padding: 12px 0;
}

#gallery {
	text-align: center;
	margin: 0 0 20px 0;
}
#gallery a {
	line-height: 1em;
}

/* remove the bullets and set the margin and padding to zero for the unordered list */
#gallery ul {
	padding: 2px; 
	margin: 2px;
	list-style-type: none;
	border: 1px;
}
/* float the list so that the items are in a line */
#gallery ul li {
	display: block;
	float: left;
	width: 108px; height: 150px;
	padding: 2px;
}
#gallery ul li a{
	margin: 2px; padding: 2px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	width: 108px;
	height: 150px;
	color: #000;
	/* 	border-right:1px solid #fff;  */
/*	background: #FFF;
/*	line-height: 50px;   */
	font-size: 11px;
	font-style: normal;
}
#gallery ul li a:hover {
	background: #FFF;
	border: 1px solid #BBB;	
/*	border: 1px solid #000;  */
	color: #0099FF;
}
.photo-tb {
	padding: 5px; margin: 3px;
	border: 1px solid #AAA;
	background-color: #DDD;
	width: 91px; height: 91px;
}
.photobox {
	display: block;
	text-align: center;
	padding: 0 auto;
}
.photo {
	vertical-align: top;
	padding: 5px; margin: 3px;
	border: 1px solid #AAA;
	background-color: #DDD;
	display: inline;
}
.photocaption {
	text-align: center;
	padding: 5px; margin: 10px 3px;
	border: 1px solid #AAA;
	background-color: #EEE;
	display: block;
	top: 10px;
	width: 60%;
}
.photopath {
	text-align: left;
	padding: 5px;
	margin: 0 0 0 12px;
	border: 1px solid #AAA;
	background-color: #EEE;
	width: 200px;
	float: left;
}	
.pagination {
	clear: both;
	width: 200px;
	border: 1px solid #AAA;
	background-color: #EEE;
	text-align: center;
	padding: 5px;
	margin: 0 auto 10px auto;
}	
