#gallery {
	position: absolute;
	left: 15px;
	top: 120px;
}
#gallery #frame {
	position: absolute;
	z-index: 205;
	width: 500px;
	height: 300px;
	border: 5px solid #FFFFFF;
	background: #000000;
}
#gallery #frame #loading {
	position: absolute;
	z-index: 250;
	top: 134px;
	left: 234px;
	width: 36px;
	height: 36px;
	overflow: hidden;
}
#gallery #frame .photo {
	position: absolute;
	z-index: 210;
	background: #000000;
}

#gallery #panel-shadow {
	position: absolute;
	top: 200px;
	left: 15px;
}

#gallery #panel {
	position: absolute;
	z-index: 190;
	width: 355px;
	height: 60px;
	background: #777777 url(/static/images/ui/lighter_trans.png) repeat-x;
}
#gallery #panel #title {
	position: absolute; 
	bottom: 8px; 
	left: 10px; 
	width: 150px;
}
#gallery #panel #title .prime {
	font-size: 12pt;
	font-style: italic;
	line-height: 16pt;
	color: #CCFF42;
}
#gallery #panel #title .sub {
    font-size: 8pt;
	font-style: italic;
	color: #CCCCCC;
}
#gallery #panel #caption {
	position: absolute; 
	bottom: 10px; 
	right: 10px; 
	width: 175px; 
	font-size: 8pt;
	line-height: 11pt;
	color: #FFFFFF;
}
#gallery #panel #caption a {
    color: #CCFF42;
    font-size: 8pt;
    padding-right: 10px;
    background-image: url('/static/images/ui/more_arrow.gif');
    background-repeat: no-repeat;
    background-position: bottom right;
}
#gallery #panel #caption a:hover {
    text-decoration: underline;
}

#gallery #reg-prev {
	top: 0;
	left: 0;
}
#gallery #reg-next {
	top: 0;
	right: 0;
}

#gallery .reg {
	position: absolute;
	z-index: 220;
	width: 250px;
	height: 300px;
	cursor: pointer;
}

#gallery #btn-prev {
	position: absolute;
	bottom: -48px;
	right: 70px;
}
#gallery #btn-next {
	position: absolute;
	bottom: -48px;
	right: 0px;
}

#gallery .btn {
	opacity: 0.7;
	cursor: auto;
}
#gallery .btn:hover {
	opacity: 1.0;
	cursor: pointer;
}

#gallery #index {
	position: absolute;
	bottom: -30px;
	right: 48px;
	width: 40px;
	line-height: 20px;
	text-align: center;
	font-family: 'Verdana';
    font-size: 8pt;
	color: #CCCCCC;
}
#gallery .shadow {
	position: absolute;
}
