#macros
{
	background: url('../images/content-title2.jpg') no-repeat bottom;
	padding-bottom: 10px;
}
#macros ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 33px;
	padding-left: 10px;
	background: url('../images/content-title.jpg') no-repeat top;
}
	#macros li
	{
		float: left;
		padding-top: 10px;
	}
	#macros li a
	{
		display: block;
		font-weight: bold;
		padding-left: 10px;
		padding-right: 10px;
		color: #545454;
		border-right: 1px solid #fff;
	}
		#macros li a.selected { color: #663333 !important; }
.gallery
{
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
	.gallery h3
	{
		margin: 0px;
		font-size: 13pt;
		color: #663333;
		background: url('../images/hr-little.gif') no-repeat bottom;
		padding: 10px;
		text-align: center;
	}
	.gallery-img
	{
		float: left;
		width: 80px;
		height: 120px;
		margin: 5px;
		border: 1px solid #663333;
		background: #663333 url('../images/loading.gif') no-repeat center;
	}
	.gallery-bottom
	{
		clear: both;
		background: url('../images/content-title2.jpg') no-repeat bottom;
		padding-bottom: 10px;
	}
