#macros
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 33px;
	background: url('../images/gallery-macros.jpg') repeat-x;
}
	#macros li
	{
		float: left;
		padding-top: 7px;
	}
	#macros li a
	{
		display: block;
		font-weight: bold;
		padding-left: 10px;
		padding-right: 10px;
		color: #4C4C4C;
		border-right: 1px solid #fff;
	}
		#macros li a.selected { color: #336699 !important; }
.gallery
{
	color: #4c4c4c;
	border: 1px solid #d2d2d2;
	background: #eaf4f4;
	margin-top: 10px;
}
	.gallery h3
	{
		margin: 0px;
		line-height: 36px;
		font-size: 12pt;
		color: #336699;
		background: url('../images/content-title.jpg') repeat-x bottom;
		padding: 5px;
	}
	.gallery-img
	{
		float: left;
		width: 80px;
		height: 120px;
		margin: 5px;
		border: 1px solid #fff;
		background: #fff url('../images/loading.gif') no-repeat center;
	}

/***********/
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 1000;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('../images/gallery/loading.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('../images/gallery/prev.png') no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('../images/gallery/next.png') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 163px;
	height: 26px;
	background: transparent url('../images/gallery/closelabel.gif') no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

