/* @group indexB */
#indexB #contentWrapper {
	margin-top: 0;
	padding-left: 0;
}
#indexB #contentWrapper .colLeft {
	float: left;
	padding-left: 20px;
	width: 370px;
}
#indexB #contentWrapper .colRight {
	float: left;
	padding-left: 20px;
	width: 260px;
}
/* @end */
/* @group imagesList */
#indexB #imageList {
	margin-bottom: 35px;
	overflow: hidden;
	position: relative;
	width: 690px;
}
#indexB #imageList ul {
	float: left;
	height: 320px;
	width: 300%;
}
#indexB #imageList ul li {
	float: left;
	height: 320px;
	overflow: hidden;
	position: relative;
	width: 690px;
}
#indexB #imageList ul li span.image {
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 320px;
	width: 690px;
}
#indexB #imageList ul li h5 a {
	background: #383536;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	left: 0;
	opacity: 0.8;
	padding: 10px 10px 10px 20px;
	position: absolute;
	width: 100%;
}
#indexB #imageList ul li h5 a:hover {
	text-decoration: none;
}
#indexB #imageList ul li h5 a span {
	color: #a0a0a0;
	font-weight: normal;
}
/* @end */
/* @group galleryControls */
#colRight div.galleryControls ul li {
	background: url(/_img/backgrounds/galleryItem.png) no-repeat;
	height: 95px;
	margin-top: -25px;/* -12px */
	padding-left: 81px;
	padding-top: 8px;
	position: relative;
	width: 159px;
}
#colRight div.galleryControls ul li .image {
	border: 1px solid #C4C4C2;
	left: 5px;
	position: absolute;
	top: 5px;
}
#colRight div.galleryControls ul li .image span {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 67px;
	width: 67px;
}
#colRight div.galleryControls ul li .info {
	height: 51px;
	padding-top: 5px;
	width: 151px;
	position: absolute;
	top: 10px;
	left: 80px;
}
#colRight div.galleryControls ul li h3 {
	color: #605C5d;
	display: table-cell;
	font-size: 20px;
	font-weight: bold;
	height: 51px;
	line-height: 20px;
	vertical-align: middle;
}
#colRight div.galleryControls ul li h3 span {
	font-size: 14px;
	font-weight: normal;
}
#colRight div.galleryControls ul li a {
	background: url(/_img/sprites/galleryButtons.png) no-repeat -26px 0;
	bottom: 14px;
	height: 26px;
	position: absolute;
	right: 21px;
	text-indent: -9999px;
	width: 26px;
}
#colRight div.galleryControls ul li a:hover {
	background-position: 0 0;
}
#colRight div.galleryControls ul li.selected {
	background: url(/_img/backgrounds/galleryItemSel.png) no-repeat scroll 1px 1px;
}
#colRight div.galleryControls ul li span.mark {
	background: url(/_img/backgrounds/selectedMark.png) no-repeat scroll 0 0;
	display: none;
	height: 30px;
	left: -14px;
	position: absolute;
	top: 25px;
	width: 15px;
}
#colRight div.galleryControls ul li.selected span.mark {
	display: block;
}
#colRight div.galleryControls ul li.selected a {
	background-position: -52px 0;
}
#colRight div.galleryControls ul li.selected h3 {
	color: #fff;
}
#colRight div.galleryControls ul li.n1 {
	z-index: 3;
}
#colRight div.galleryControls ul li.n2 {
	z-index: 2;
}
#colRight div.galleryControls ul li.n3 {
	z-index: 1;
}
#colRight div.galleryControls ul li.selected .image {
	/*left: 4px;
	top: 4px;*/
}
/* @end */
/* @group news */
#contentWrapper ul.news {
	margin-bottom: 20px;
}
#contentWrapper ul.news li {
	border-bottom: 1px solid #c8c8c8;
	padding: 15px 0;
}
#contentWrapper ul.news li.first {
	padding-top: 0;
}
#contentWrapper ul.news li.last {
	border: none;
}
#contentWrapper ul.news li h4 {
	line-height: 17px;
	margin-bottom: 5px;
}
#contentWrapper ul.news li h4 a {
	color: #605C5d;
	font-size: 15px;
	font-weight: bold;
}
#contentWrapper ul.news li span {
	color: #a0a0a0;
	font-size: 12px;
}
/* @end */