@charset "utf-8";
/* CSS Document */
#photoGallery {
	width: 580px;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-left:20px;
}
#photoGallery img {
	float: none;
	border: solid 1px #000000;
	margin-top: 20px;
	margin-right: 23px;
	margin-left: 18px;
	margin-bottom: 10px;
	width: 240px;
	height: 192px;
}
#photoGallery ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 580px;
	margin-left: -18px;
	margin-right: -19px;
}
#photoGallery ul li {
	list-style-type: none;
	width: 275px;
	min-height: 265px;
	height: auto;
	float: left;
	display: block;
	margin: 5px;
	padding: 0px;
	text-align: center;
	background-color:#C2E0FB;
	border: 1px solid #2C78BD;

}
#photoGallery h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#photoGallery h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#photoGallery h4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color:#000000;
	border:none;
}
#photoGallery h6 {
	width: 100%;
	display: block;
	clear: left;	
}
.prev {
	float: left;
}
.next {
	float: right;
	margin-right:40px;
}
