@CHARSET "ISO-8859-1";

.SingleImage {
	width: 706px;
	margin: 10px;		
}

.SingleImage .Image {
	text-align: center;
	margin-bottom: 10px;
}
	
.SingleImage .Detail {
	background: #B3B5B4;
	padding: 5px;
	margin-top: 1px;
	
}
		
.ThumbImage {
	float: left;
	width: 222px;
	background: #B3B5B4;
	margin: 10px;
}

.ThumbImage .Image {
	height: 140px;	
	vertical-align: middle;
	text-align: center;	
}

.ThumbImage img {
		
}

.ThumbImage .Detail {
	background: url(img/gallery_text_back.gif);
	padding: 5px;
	color: #0;	
}

.ThumbImage .Detail .Line1 {
	font-size: 7pt;
	font-weight: bold;
}

.ThumbImage .Detail .Line2 {
	font-size: 7pt;
}

.ThumbImage .Detail .Line3 {
	font-size: 7pt;
}

.InfoBar {
	margin: 10px;
	width: 706px;
	margin-top: 0px;
}

.InfoBar .Info {
	display: block;	
}

.InfoBar .InfoNav {
	margin-top: 20px;
	text-align: right;	
	border-bottom: 1px solid #666666;
	width: 100%;	
}
	