/*
 * Feature images.
 */
#jewellery-nav	{ width: 540px; margin: 15px auto 0; clear: both; }
#jewellery-nav a
				{ display: block; padding: 9px 0; margin-bottom: 2px; background: #666666; color: white; font-weight: bold; float: left; text-align: center; }
#jewellery-nav a:hover
				{ background: #cc0000; text-decoration: none; }
				
#jewellery-nav a.small
				{ width: 180px; }
#jewellery-nav a.large
				{ width: 100%; }
