/* Replace the general CSS for the gallery */
.lower_pages #gallery h5 {
	margin-bottom:5px;
}
.lower_pages #gallery ul {
	width:100% !important;
	height:auto !important;
}
.lower_pages #gallery ul li {
	margin-right:7px !important;
	margin-left:0 !important;
}

/* featured and art_centre content */
#front #main_content {
	overflow: hidden;
	width:100%;
}
#front #main_content img {
	float:left;
	padding-right:10px;
}
#front #main_content div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;	
}
#front #main_content div h4 {
	font:bold 12px Georgia;	
}
#front #main_content div h4 a {
	color:#8fa92c;
}

#front ul {
	list-style: none;
	margin:20px 0 0 0;
	overflow: hidden;
}
#front ul li {
	margin-right:14px;
	float:left;
	width:92px;
}
#front ul li.no {
	margin-right:0;
}
#front ul li a {
	display:block;
	color:#8fa92c;
}

/* Other artists in the art_centre page */
.other_artists {
	padding:5px 15px;
	font:11px arial;
}
.other_artists span {
	color:#818386;
	display:block;
	margin-bottom:5px;
}
.other_artists ul {
	list-style:none;
	margin:0;
}
.other_artists ul li {
	margin-bottom:4px;
}


#artist_photo {
	float:right;
	margin-left:20px;
}
