.column {
	float: left;
	line-height: 135%;
	border: 1px solid #022a67;
	background-color: #E2E6F8;
	margin-left: 13px;
	width: 319px;	
	padding: 0 11px;
	display: inline; /* IE6 Double Margin bug */
}

.clearer {
	clear: left;
	line-height: 0px;
	height: 0px;
}

.div_container {
	clear: left;
}

.nothumb {
	clear: left;
	margin: 0 5px 15px 37px;
}

.thumb {
	float: left;
	margin: 0 5px 15px 0; 
	cursor: pointer;
}

.thumb img {
	border: 1px solid #000;
}

#hoverDiv {
	position: absolute;
	z-index: 1000;
	display: none;
	top: 0;
	left: 0;
	text-align: center;
	padding: 0 8px 8px 8px;
	background-color: #000033;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	border: 2px solid #3c5981;
}

.slideControl {
	color: #f7931e;
	text-decoration: underline;
	text-align: right;
}
