.gallery {
	margin-bottom: 15px;
	height: 152px;
}
.galLeft {
	height: 148px;
	width: 153px;
	float: left;
	background: url(../gfx/gallery/galleryMth02.gif) no-repeat;
}
.galInner {
	height: 112px;
	width: 125px;
	margin: 13px 0 0 14px;
}
.galInner img {
	cursor: pointer;
}
.galRight {
	float: left;
	height: 148px;
	width: 280px;
	padding-left: 6px;
}
.galThumbz {
	height: 92px;
	width: 100%;
}
.pGal {
	font-size: 1.15em;
	line-height: 19px;
}
.iframer {
	float: left;
	height: 65px;
	margin-left: 2px;
}
.galRightBtn a {
	overflow: hidden;
	height: 65px;
	width: 18px;
	float: left;
	cursor: pointer;
	display: block;
	background: url(../gfx/gallery/btnzRight.gif) repeat-x 18px 0;
}
.galRightBtn a:hover {
	background: url(../gfx/gallery/btnzRight.gif) repeat-x 0 0;
}
.galLeftBtn {
	width: 0;
	float: left;
	height: 65px;
}
.galLeftBtn a {
	width: inherit;
	height: 65px;
	cursor: pointer;
	display: block;
	background: url(../gfx/gallery/btnzLeft.gif) repeat-x 0 0;
}
.galLeftBtn a:hover {
	background: url(../gfx/gallery/btnzLeft.gif) repeat-x 18px 0;
}
.deset {
	font-size: 10px;
	color: #950E11;
	height: 10px;
	line-height: 15px;
	margin: 0 0 5px 2px;
	padding-bottom: 5px;
}