
#xckuang{
	width:600px;
	margin:0 auto;
}
#photos {
	visibility: hidden;
	margin: 0 auto;
}
.gallery {
	background: #ddd;
	border: 1px solid #aaa;
	padding: 5px;
}
.loader {
	background: url(loader.gif) center center no-repeat #ddd;
}
.panel {}
.panel img{
	width:600px;
	height:444px;
}
.panel .panel-overlay, .panel .overlay-background {
	height: 40px;
}
.panel .overlay-background {
	background: #222;
}
.panel .panel-overlay {
	color: #F90;
	font-size: 12px;
	font-weight: normal;
}
.panel .panel-overlay em {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	display: block;
	padding-top: 8px;
	line-height: 20px;
	height: 35px;
	font-style: normal
}
.panel .panel-overlay p {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
.panel .panel-overlay a {
	color: #F90;
	text-decoration: underline;
}
.filmstrip {
	margin: 5px;
}
.filmstrip img{
	width:100px;
	height:74px;
}
.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;
}
/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}
