


.moduleBody {
	width: 960px;
	margin: 0;
	position: relative;
}

.moduleBody .itemHolder {
	width: 700px;
}

.jsActive .moduleBody .itemHolder {
	overflow: hidden;
}
.moduleBody .itemScroller {
	width: 700px;
	height: auto;
}


.moduleBody .itemsTitleList {
	position: absolute;
	top: 30px;
	left: 0;
	width: 220px;
 }

.moduleBody .itemsTitleList h3 {
	margin: 5px 0 0 0;	
}

.moduleBody .itemsTitleList a{
	color: #FAD698;
	text-transform: uppercase;
}
.moduleBody .itemsTitleList a:hover, .moduleBody .itemsTitleList a.active{
	color: #fff;
}
.jsActive .moduleBody .itemsTitleList a:hover{
	color: #FAD698;
}
.moduleBody .itemPreview {
	margin: 0;
	width: 700px;
	position: relative;
}

.moduleBody .itemPreview h3 {
	color : #FAD698;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.moduleBody .itemText {
	width: 470px;
}

.moduleBody .itemPreviewImage {
	position: absolute;
	top: 15px;
	right: 0;
	border: 1px solid #a88448;
	padding: 4px;
}

.moduleBody .itemPreviewImage img {
	display: block;
	border: 5px solid #310923;
	width: 194px;
	height: 140px;
}

.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;
}


.jsActive .contentExtra {
	display: none;
	overflow: hidden;
	width: 470px;
}

.smallThumbs {
	position: absolute;
	top: 140px;
	right: 0;
	width: 208px;
}

.jsActive .smallThumbs {
	display: none;
	overflow: hidden;
}

.smallThumbs img {
	border: 2px solid #a88448;
	margin: 3px;
}


