.topStack {
	background: #fefff5 url("bg_trans-putty.png") top left repeat-x;
	border: 1px solid #ddd;
	border-top: none;
	float: left;
	display: inline;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
}

/* control the widths of the modules */
.topStack .topPhoto {
	float: left;
	margin: 8px 8px 6px 8px;
	width: 220px;
	overflow: hidden;
	display: inline;
	border: 0px solid red;
}

.topStack .topStory {
	float: left;
	margin: 0 8px;
	padding-bottom: 10px;
	display: inline;
	width: 220px;
}

/* this is the story h4 */
.topStack h4 {
	font-size: 12px;
	line-height: 16px;
}


/* not used */
.moduleBoxTop {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	height: 5px;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
