#content_left {
	background-color: #FEF6DF;
}

#content_left .inner {
	margin: 10px 10px 20px 10px;
}

#html_gallery img {
	display: block;
}

/* heading */
#title {
	background: #C60206;
	color: #fff;
	padding: 3px; 
}


h3 {
	font-size: 0.9em;
	margin-bottom: 8px;
}

/*change for gallery button bg colour*/
#photonav {
	background: #C60206;
	padding: 5px;
	color: #fff;
	font-size: 0.8em;
}

#previous {
	float: left;
	width: 200px;
}

#next {
	float: right;
	width: 200px;
	text-align: right;
	
}

a.prevnext:link		{color:#FEF6DF; } a.prevnext:active		{color:#FEF6DF; }
a.prevnext:visited	{color:#FEF6DF; } a.prevnext:hover			{color:#FEF6DF; }

ul li a {
	padding-left: -35px;
}
/* === related links =========== */
.othergalleries {
	background-color: #EEE3CF;
	padding: 8px 8px 6px 0;
	margin-top: 12px;
}

.othergalleries ul {
	margin: 10px 0 5px 10px;
	padding: 5px 0 0 0;
	border-top: 1px solid #C6B89F;
}

.othergalleries li {
	list-style: none;
	font-size: 0.8em;
	font-weight: normal;
	padding-bottom: 3px;
}

.othergalleries li a {
	padding-bottom: 15px;
}

h4 {
	margin: 0 0 4px 10px;
	font-size: 0.8em;
}

/* ================================= */