@charset "utf-8";
/* CSS Document */
#gallery {
	margin: 30px auto 0 auto;
	text-align: center;
	clear: both;
	padding: 0 10px 0 10px;
}
.photo {
	background: url(../images/drop_shadow.gif) right bottom no-repeat;
}
.photo img {
	z-index: 1;
	border: 1px solid #C36877;
	background-colour: #FFEAB5;
	padding: 4px;
	position: relative;
	top: -9px;
	left: -12px;
}
.frame {
	margin: 0px 10px 20px 10px;
	text-align: center;
}
.photo_res img {
	position: relative;
	border: 0;
	z-index: 2;
	padding:0;
	margin: 0px;
	top: -55px;
	left: -11px;
	text-align: center;
}
.caption {
	z-index: 1;
	border: 0;
	margin: 0 0 0 0;
	position: relative;
	left: -11px;
	padding: 0;

	text-align: center;
}
.thumb_p {
	width: 160px;
}
.thumb_l {
	width: 210px;
}
.page_p {
	width: 250px;
}
.page_l {
	width: 330px;
}
.big_p {
	width: 490px;
	margin: auto;
}
.big_l {
	width: 650px;
	margin: auto;
}