.event_row {
	width: 100%;
	height: 100px;
	margin-bottom: 15px	
}

.event_row img {
	float: left;
	border: 1px solid #2a2a55;
	margin-right: 22px;
}

.event_row a {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #DF6F05;
}

.event_cell {
	width: 85px;
	margin: 10px 15px 0 15px;
	text-align: center;
	float: left;
}

.event_cell img.off {
	width: 85px;
	float: center;
	border: 3px solid #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.event_cell img.on {
	width: 85px;
	float: center;
	border: 3px solid #2a2a55;
}

.event_cell img.over {
	width: 85px;
	float: center;
	border: 3px solid #fff;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#event_cells {
	height: 150px;
	padding: 10px 0 0 10px;
	margin: 75px 0 10px 0;
	border-top: 1px solid #003;
}

#gallery_lg {
	background-color: #fff;
	position: relative;
	text-align: center;
	width: 500px;
	margin: 0 auto;
}
