


.moduleBody {
	width: 940px;
	height: 500px;
	margin: 0 0 0 20px;
	position: relative;
}

.moduleBody .itemHolder {
	width: 700px;
	height: 500px;
	overflow: auto;
	position: absolute;
	top: 0;
	right: 0;
}

.js .moduleBody .itemHolder {
	overflow: hidden;
}
.moduleBody .itemScroller {
	width: 700px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}


.moduleBody .itemsTitleList {
	position: absolute;
	top: 30px;
	left: 0;
	width: 220px;
 }

.moduleBody .itemsTitleList h3 {
	margin: 5px 0 0 0;	
}

.moduleBody .itemsTitleList a{
	color: #143349;
}
.moduleBody .itemsTitleList a:hover, .moduleBody .itemsTitleList a.active{
	color: #fff;
}
.js .moduleBody .itemsTitleList a:hover{
	color: #143349;
}
.moduleBody .itemPreview {
	margin: 0;
	width: 700px;
	height: 500px;
	position: relative;
	overflow: hidden;
}


.moduleBody .itemPreview h3 {
	color : #143349;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 30px;
}

.moduleBody .itemText {
	width: 470px;
}

.moduleBody .itemPreviewImage {
	position: absolute;
	top: 15px;
	right: 0;
}

.moduleBody .itemPreviewImage img {
	display: block;
}

.moduleBody .itemPreviewImageSection a.zoomer img {
	_behavior: url(/png_behavior.htc);
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
