.gallery {
	height: 513px;
	width: 678px;
	border: 1px solid #888;
	margin-bottom: 10px;
	clear: both;
}
.gIcon {
	margin: 0 1px 1px 0;
}
.gImg {
	overflow: hidden;
	position: relative;
	zoom: 1;
}
.gImg a {
	text-decoration: none;
	float: left;
}
gImg a:link, a:visited {
	text-decoration: none;	
}
.gImg a:active, a:hover {
	cursor: pointer;
	text-decoration: none;
}
.gImg a img {
	float: left;
	padding: 9px;
	background: #fff;
}
.gImg a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter: alpha(opacity=65);
	opacity: .65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.gImg a .desc {
	display: none;
}
.gImg a:hover .more {
	visibility: hidden;
}
.gImg a:hover .desc {
	display: block;
	padding: 10px 0;
	background: #111;
	filter: alpha(opacity=75);
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 9px;
	left: 9px;
	padding: 10px;
	margin: 0;
	width: 639px;
	border-top: 1px solid #999;
}
.gImg a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size: 1.5em;
	text-decoration: none;
}
.desc .tName {
	color: #FFF;
	width: 55px;
	float: left;
}
.desc .tText {
	color: #FFF;
	width: 584px;
	float: left;
}
.desc .tName_colorA {
	color: #FCC;
	width: 55px;
	float: left;
}
.desc .tText_colorA {
	color: #FCC;
	width: 584px;
	float: left;
}
.desc .tName_colorB {
	color: #FFC;
	width: 55px;
	float: left;
}
.desc .tText_colorB {
	color: #FFC;
	width: 584px;
	float: left;
}
.desc .tName_colorC {
	color: #CFC;
	width: 55px;
	float: left;
}
.desc .tText_colorC {
	color: #CFC;
	width: 584px;
	float: left;
}
.desc .tName_colorD {
	color: #CFF;
	width: 55px;
	float: left;
}
.desc .tText_colorD {
	color: #CFF;
	width: 584px;
	float: left;
}
.desc .tName_colorE {
	color: #CCF;
	width: 55px;
	float: left;
}
.desc .tText_colorE {
	color: #CCF;
	width: 584px;
	float: left;
}
.desc .tName_colorF {
	color: #FCF;
	width: 55px;
	float: left;
}
.desc .tText_colorF {
	color: #FCF;
	width: 584px;
	float: left;
}
