/*	Exhibitions
********************************/

#content {
	width: 520px;
	overflow: hidden;
}

#exhibitionView {
	width: 300px;
}

#content .exhibition {
	width: 155px;
	height: 75px;
	float: left;
	
	border-top: 1px solid #919282;
	border-left: 1px solid #919282;
	border-bottom: 1px solid #919282;
	
	padding: 5px 0px 10px 15px;
	margin-bottom: 40px;

	color: #646464;
	
	cursor: pointer;
	overflow: hidden;

}

#content .last {
	border: 1px solid #919282;
}

#content .exhibition:hover {
	background-color: #919282;
}

#content .exhibition h3 {
	font-style: bold;
	margin: 0px;
}

.currentExhibition {
	width: 300px;
	margin-bottom: 40px;
}

#content .currentExhibition h3 {
	margin-bottom: 0px;
}

/* Image Scroller
********************************/

#header #imageScroll {
	
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	height: 15px;

}

#imageScroll a.next {
	color: #A0A392;
	background-color: #646464;
	display: inline;
	width: auto;
	margin: 3px 10px 0px 0px;
}

#imageScroll a.next:hover {
	text-decoration: underline;
	background-color: #646464;
}

#imageScroll a {
	display: block;
	float: left;
	width: 5px;
	height: 15px;
	background-color: #352f2a;
	margin-left: 5px;
}

#imageScroll a.on, #imageScroll a:hover {
	background-color: #A1A292;
}
