.primary-col {
	display:block;
	float:left;
	position:relative;
	overflow:hidden;
	z-index:100;
	width: 483px;
	height: 398px;
	padding: 25px;
}
.scrollon {
	display:block;
	float:left;
	position:relative; 
	overflow:hidden;
	width: 457px;
	height: 398px;
	z-index:1;
}
.scrolloff {
	display:block;
	float:left;
	position:relative; 
	overflow:hidden;
	width: 483px;
	height: 398px;
	z-index:1;
}
.content {
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px; 
	z-index:1; 
}
.title {
	position:relative;
	padding-bottom: 20px;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #666666;
	text-align: left;
	padding-left:1px;
}
.body {
	position:relative;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:1.5em;
	text-align: left;
	padding-left:1px;
}
.secondary-col {
	display: block;
	float: right;
	position:relative;
	overflow:hidden;
	border-left: 2px solid #B7B7B7;
	width: 340px;
	height: 448px;
}
.photo {
	display: block;
	position:relative;
	overflow:hidden;
	width: 340px;
	height: 448px;
}
