#imageScroll {
	width: 482px;
	height: 390px;
	min-height: 390px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	position: relative;
	padding-left: 15px;
}

#imageScroll img {
	padding: 0px 0px 3px 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d8bc;
}

#imageScroll p {
	margin-bottom: 10px;
	}

.titleContainer {
	color: #696949;
	font-weight: bold;
	width: 416px;
	margin-bottom: 10px;
	padding: 0px;
	border-bottom: 1px solid #d9d8bc;
}

.titleBefore {
	float: left;
	width: 208px;
}

.titleAfter {
	width: 208px;
}