@CHARSET "UTF-8";

.gallery {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	
}
.mini_gallery {
	margin: 2px;
}
.gallery img {
	border: none;
}
.gallery .caption {
	width: 180px;
	text-align: center;
	vertical-align: center;
	color:#8d5f32;
}
.gallery .photos {
	width: 720px
}
.gallery .count {
	font-size: 9px;
	color: #cebb8a;
}
.gallery .select {
	font-size: 14px;
	vertical-align: top;
}
.gallery .select ul{
	list-style-type:none;
	margin: 2px;
	padding: 0;
}
.gallery .select ul li a:link,.gallery .select ul li a:visited {
	text-decoration: none;
	width: 110px;
	border-bottom: solid 2px #cebb8a;
	color: #483117;
	padding: 5px 3px 2px 3px;
	margin: 1px;
	display: block;
}

.gallery .select ul li a:hover,.gallery .select ul li a:active {
	color: #cebb8a;
	background-color: #5b3c1f;
}
.gallery .image {
	width: 180px;
	height: 95px;
	text-align: center;
	vertical-align: top;
}
.gallery .group {

}
.gallery .item {
	background-color: #ede4d1;
	border: solid 2px #cebb8a;
	height:150px;
}
.gallery h2{
	padding:10px;
	color:#8c734c;
	text-align:center;
	letter-spacing:1px;
	font-weight:normal;
	font-size:14px;
	margin:2px;
	border: none;
	}
.gallery h3{
	padding:5px;
	color:#8c734c;
	text-align:center;
	font-size:12px;
	margin:2px;
	border: none;
	}
.select_gallery{
	text-align: right;
}	
.select_gallery select{
	width:300px;
	padding:3px;
	background-color:black;
	color:#999999;
	border:2px solid #333333;
}
