#events {
	float: left;
	margin: 10px 0;
	width: 510px;
	position: relative;
}


#exhibits {
	float: left;
	margin: 10px 0 10px 0;
	width: 510px;
	position: relative;	
}


#events h4, #exhibits h4 {
	width: 59px;
	height: 145px;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
}

#events h4 a, #exhibits h4 a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -2000em;
	outline: none;
}

#events h4 a:hover, #exhibits h4 a:hover, #events h4 a:focus, #exhibits h4 a:focus {
	filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;
}


#events h4 a { background: url(../gfx/eventSB.gif) 0 0 no-repeat; }
#exhibits h4 a { background: url(../gfx/exhibitSB.gif) 0 0 no-repeat; }

#events .kwicks li {
	background-color: #6e1a19;
}

#exhibits .kwicks li {
	background-color: #913000;
}




.kwicks {  
	list-style: none;
	position: relative;  
	margin: 0;  
	padding: 0;
	top: 6px;
	left: 60px;
}  

.kwicks li {  
	display: block;  
	overflow: hidden;  
	padding: 0;  
	cursor: pointer;  
	float: left;  
	width: 151px;  
	height: 139px;  
	margin-right: 5px;
	background-repeat: no-repeat; 	
}

.kwicks li a {
	display: block;
	height: 100%;
	width: 100%;
	color: white;
	text-decoration: none;
	cursor: pointer; /* garr - silly E */
}

.kwicks li a:hover {
	color: white;
}


.kwicks li span {
	display: block;
	width: 130px;
	padding: 10px;
	position: relative;
	left: 150px; font-weight:bold; font-size:15px;
}





