.gallery {
	position: fixed;
	background: url(../img/modal.png);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.gallery .frame {
	width: 460px;
	margin: 50px auto 0;
	overflow: hidden;
}

.gallery .frame .panel {
	width: 640px;
	height: 400px;
	overflow: hidden;
}

.gallery .frame .panel img {
	width: 640px;
}

.gallery .frame .picker {
	margin-top: 10px;
}

.gallery .frame .picker a {
	width: 70px;
	display: inline-block;
	overflow: hidden;
	height: 70px;
	border: 2px solid #000;
}

.gallery .frame .picker a.active {
	border-color: #000080;
}

.gallery .frame .picker img {
	width: 130px;
}

.gallery .gallery_close {
	text-align: right;
	margin-bottom: 5px;
}

.gallery .gallery_close a {
	font-weight: bold;
	color: #FFF;
}