
#photos {
	visibility: hidden;
}

.gallery {
	background: #ddd;
	padding: 5px;
}

.loader {
	background: url(#) center center no-repeat #ddd;
}

.panel img {
	width:268px;
	height:179px;
}

.panel .panel-overlay, .panel .overlay-background {
	height:20px;
	padding: 0 1em;
}

.panel .overlay-background {
	background: #222;
}

.panel .panel-overlay {
	color: white;
	height:28px;
}
.panel .panel-overlay a {
	color:#ff0000;
	text-decoration: underline;
	font-weight: bold;
}

/*.filmstrip {
	margin:2px;
}*/
.filmstrip img {
	width:45px;
	height:30px;
}
/*.frame {
}
*/
.frame .img_wrap {
	border: 1px solid #aaa;
}

.frame.current .img_wrap {
	border-color: #000;
}

.frame img {
	border: none;
}

.frame .caption {
	font-size: 11px;
	text-align: center;
	color: #888;
}

.frame.current .caption {
	color: #000;
}

.pointer {
	border-color: #000;
}

*html .pointer {
	filter: chroma(color=pink);
}
