#kwicks_container { 
	background-color: white;
	margin: 0 auto;
}

#kwicks {
	position: relative;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 117px;
	height: 100px;
}

#kwick {
	text-align:center;
	position: relative;
	border-top: 0;
	border-bottom: 0;
	margin: 0 0 0 50px;
	padding: 0;
}

#kwick .kwicks {
	display: block;
	background: #1d1d20 url(../images/futureexhibits.jpg) top right no-repeat;
	height: 100px;
}

#kwick li {
	float: left;
	list-style:none;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 125px;
	padding: 10px;
	background: #fff;
	border-right: 5px solid white;
}

#kwick .kwick span {
	display: none;
}

#kwick .past {
	background: #EEEEEE url(../images/pastexhibt.jpg);
}

#kwick .current {
	background: #EEEEEE url(../images/currentexhibits.jpg);
}

#kwick .future {
	background: #EEEEEE url(../images/futureexhibits.jpg);
}

span.clr {
	display: block;
	clear: both;
}