  /* heading */
#title {
	background: #C00909;
	color: #fff;
}

/*change for gallery button bg colour*/
#previous, #next {
	background: #C00909;
	padding: 5px;
}

#previous {
	float: left;
}

#next {
	text-align:right;
	background: #C00909;

}

#main #next a, 
#main #previous a {
	color: #fff;
}

#main .feature p {
color: #666;
}

#main .feature p strong {
color: #666;
}


/* Hides from IE-mac \*/
* html #main .feature {
	height: 1%;
	}
/* End hide from IE-mac */