@charset "UTF-8";
/* CSS Document */

#gallery {
	width:510px;
	height:550px;
	padding:10px;
	border:1px solid #63321b;
	position:relative;
	margin-bottom:20px;
}
#gallery b.default {
	position:relative;
	left:0px;
	top:0px;
	width:490px;
	height:400px;
	text-align:center;
}
#gallery b.default img {
	display:block;
	margin:10px auto;
	border-top: 1px solid #63321b;
	border-right: 1px solid #ce8b6c;
	border-bottom: 1px solid #cdab9c;
	border-left: 1px solid #442312;
}
#gallery b.default span {
	display:block;
	width:490px;
	margin:0 auto;
	font-size: 0.9em;
	line-height: 1.25em;
	font-weight: normal;
}
#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	display: block;
	position: absolute;
	left: 6px;
	bottom: 0px;
}
#gallery ul li {
	display:inline;
	width:52px;
	height:52px;
	margin:0 0 5px 5px;
	float: left;
}
#gallery ul li a {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	border-top: 1px solid #CDAB9C;
	border-right: 1px solid #63321B;
	border-bottom: 1px solid #442312;
	border-left: 1px solid #CE8B6C;
}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {
	white-space:normal;
	border-color:#63321b #ce8b6c #cdab9c #442312;
	background:#63321B;
}
#gallery ul li a:hover b {
	position:absolute;
	left:0px;
	top:-450px;
	width:520px;
	height:430px;
	text-align:center;
	z-index:20;
	padding-top: 10px;
	background: #dfd6b9;
}
#gallery ul li a:hover span {
	display:block;
	font-weight:normal;
	width:490px;
	margin:0 auto;
	color: #63321B;
	line-height: 1.25em;
	font-size: 0.9em;
}
#gallery ul li a:hover span.photoby {
display:inline;
font-style:italic;
font-size: 70%;
}
#gallery ul li a:hover img {
	margin:10px auto;
	width:auto;
	height:auto;
	border-top: 1px solid #63321b;
	border-right: 1px solid #ce8b6c;
	border-bottom: 1px solid #cdab9c;
	border-left: 1px solid #442312;
}
#gallery ul li a:active, #gallery ul li a:focus {
	white-space:normal;
	border-color:#63321b #ce8b6c #cdab9c #442312;
	background:#63321b;
}
#gallery ul li a:active b, #gallery ul li a:focus b {
	position:absolute;
	left:0px;
	top:-450px;
	width:520px;
	height:430px;
	text-align:center;
	z-index:10;
	background: #dfd6b9;
}
#gallery ul li a:active span, #gallery ul li a:focus span {
	display:block;
	font-weight:normal;
	width:490px;
	margin:0 auto;
	color: #63321B;
	line-height: 1.25em;
	font-size: 0.9em;
}
#gallery ul li a:active span.photoby, #gallery ul li a:focus span.photoby {
display:inline;
font-style:italic;
font-size: 70%;
}
#gallery ul li a:active img, #gallery ul li a:focus img{
	margin:10px auto;
	width:auto;
	height:auto;
	border-top: 1px solid #63321b;
	border-right: 1px solid #ce8b6c;
	border-bottom: 1px solid #cdab9c;
	border-left: 1px solid #442312;
}
