@charset "utf-8";
/* CSS Document */
#photoGallery {
	width: 819px;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#photoGallery img {
	float: none;
	border: none;
	margin: 0px;
	background-image: url(../images/photoBorder.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 19px;
	padding-left: 18px;
	margin-bottom: 10px;
	width: 240px;
	height: 192px;
}
#photoGallery ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 857px;
	margin-left: -18px;
	margin-right: -19px;
}
#photoGallery ul li {
	list-style-type: none;
	width: 276px;
	min-height: 231px;
	height: auto;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}
#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;
}
#photoGallery h6 {
	width: 100%;
	display: block;
	clear: left;	
}
#photoGallery ul li.photoFrame {
	list-style-type: none;
	width: 338px;
	min-height: 288px;
	height: auto;
	float: left;
	display: block;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 45px;
	margin-left: 45px;
}
#photoGallery ul li.photoFrame img {
	float: none;
	border: none;
	margin: 0px;
	background-image: url(../images/photoFrame.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 48px;
	padding-right: 48px;
	padding-bottom: 48px;
	padding-left: 48px;
	margin-bottom: 10px;
	width: 240px;
	height: 192px;
}
.prev {
	float: left;
}
.next {
	float: right;	
}