.event1, .event2, .event3, .event4 {
	position: absolute;	
	height: 87px; 
	width: 582px;
	left: 333px;
	z-index: 2;
}

.event1 {	

	background: url(../images/1024/eventsBox1.jpg) no-repeat scroll 0%; 
	top: 206px; 
}

.event2 {
	background: url(../images/1024/eventsBox2.jpg) no-repeat scroll 0%; 
	top: 304px;
}

.event3 {
	top: 402px;
	background: url(../images/1024/eventsBox3.jpg) no-repeat scroll 0%; 
}

.event4 {
	top: 501px;
	background: url(../images/1024/eventsBox4.jpg) no-repeat scroll 0%; 
}

.eventImage {
	position: absolute;
	display: inline;
	height: 76px;
	width: 139px;
	margin: 5px;
	z-index: 3;
}

.eventText {	
	position: absolute;
	display: inline;
	left: 150px;
	font-size: 1.5em;
	color: #FC5401;
	padding: 8px;
	vertical-align: middle;
	text-align: left;
}

.highlight {
	color: #FC3001;
	font-weight: bold;
}
