.catDetail {
	/*position: relative;*/
	overflow-x: visible !important;
	/*width: 727px !important;*/
}
.catDetail span#galleryPlace {
	float: right;
	width: 385px;
	height: 332px;
}
.catDetail .gallery {
	/*position: absolute;*/
	/*width: 400px;*/
	/*height: 322px;*/
	/*right: -19px;*/
	/*top: 0;*/
}
.catDetail .gallery h2, .catDetail .gallery h3 {
	display: none;
}
.catDetail .gallery .galleryMiddleView {
	/*width: 362px;*/
	/*height: 241px;*/
	margin: 0 auto;
	text-align: center;
}
.catDetail .gallery .galleryMiddleView span.imageContainer {
	margin: 0 auto;
}
.catDetail .gallery .galleryMiddleView img {
  border: 0;
	cursor: pointer;
}
.catDetail .gallery .galleryMiddleView p {
}
.catDetail .gallery .content {
	/*position: absolute;*/
	/*top: 248px;*/
	/*border: solid 1px #000000;*/
	/*padding: 3px 0 3px 0;*/
	background-color: #D0E2D8;
	padding: 5px 0 5px 0;
	left: 0;
	width: 100%;
	height: 74px;
}
.catDetail .gallery span.leftControl {
	float: left;
	width: 19px;
	height: 74px;
	background: url('img/galleryButtLeft_dis.gif') center center no-repeat;
}
.catDetail .gallery span.leftControl-active {
	background: url('img/galleryButtLeft.gif') center center no-repeat;
	cursor: pointer;
}
.catDetail .gallery span.rightControl {
	float: right;
	width: 19px;
	height: 74px;
	background: url('img/galleryButtRight_dis.gif') center center no-repeat;
}
.catDetail .gallery span.rightControl-active {
	background: url('img/galleryButtRight.gif') center center no-repeat;
	cursor: pointer;
}
.catDetail .gallery .inside1 {
	position: relative;
	float: left;
	/*width: 362px;*/
	height: 74px;
	overflow: hidden;
}
.catDetail .inside3 {
	position: absolute;
	width: 100%; /*js*/
	height: 74px;
	overflow: hidden;
	left: 0; /*js*/
	top: 0;
}
.catDetail .galleryItem {
	float: left;
	margin: 0 6px 6px 0;
}
.catDetail .galleryItem span.imageBlock {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
	overflow: hidden;
}
.catDetail .galleryItem img {
	cursor: pointer;
}
.catDetail .gallery p.sign-news, .catDetail .gallery p.sign-reserved, .catDetail .gallery p.sign-realized {
	position: absolute;
	left: 0;
	top: 15px;
	padding: 2px 13px 2px 13px;
	font-size: 133.3%; /*16px*/
	font-weight: bold;
	color: White;
}
.catDetail .gallery p.sign-news {
	background: #779b37;
}
.catDetail .gallery p.sign-reserved {
	background: #ffb400;
}
.catDetail .gallery p.sign-realized {
	background: #e13a00;
}
.catDetail .galleryItem:hover .imageOverlay,
.catDetail .galleryItem.hover .imageOverlay {
	display: block;
}
/*
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: url('');
}
*/
img.cachedImage {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
