@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: 160px;
	text-align: center;
	vertical-align: center;
	color:#bbbbbb;
}
.gallery .photos {
	width: 720px
}
.gallery .count {
	font-size: 9px;
	color: #333333;
}
.gallery .select {
	font-size: 16px;
	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 #222222;
	color: #777777;
	padding: 5px 3px 2px 3px;
	margin: 1px;
	display: block;
}

.gallery .select ul li a:hover,.gallery .select ul li a:active {
	color: white;
	background-color: #111111;
}
.gallery .image {
	width: 160px;
	height: 95px;
	text-align: center;
	vertical-align: top;
}
.gallery .group {
	background-color: #111111;
}
.gallery .item {
	background-color: #222222;
	border: solid 2px #444444;
	height:150px;
}
.gallery h2{
	padding:14px 0px;
	color:#bbbbbb;
	text-align:center;
	margin:0;
	font-size:14px;
	letter-spacing:0px;
	border:none;
	}
.gallery h3{
	padding:10px 0px;
	color:#777777;
	text-align:center;
	margin:0;
	font-size:13px;
	border:none;
	}
.select_gallery{
	text-align: right;
}	
.select_gallery select{
	width:300px;
	padding:3px;
	background-color:black;
	color:#999999;
	border:2px solid #333333;
}
