div.gallery h3 {	
	padding: 0px 50px;
	
	margin-bottom: 6px;
	
	/*background: #be1e2d url('/templates/lcahb/images/image_icon.png') no-repeat 18px 2px;		*/
	background: transparent url('../images/gallery_graphic.png') no-repeat top left;		
	
	/*-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	height: 34px;
	line-height: 34px;*/
	height: 65px;
	line-height: 65px;
	clear: left;
}

div.gallery h3,
div.gallery h3 a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div.gallery h4 {
	clear: left;
	
	padding-top: 6px; 
	
	font-size: 14px;
	font-weight: bold;
	
	color: #ac2025;
	
	border-bottom: 2px solid #AC2025;
}

div.gallery div.category {
	float: left;
	text-align: center;
	
	margin: 4px;
	padding: 10px;
	
	width: 125px;
	
	/*background-color: #be1e2d;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/		
}

div.gallery div.category div.thumbnail {
	float: none !important;
	margin: 0px auto 4px auto !important;
	padding: 1px !important;
	border: 1px solid #cccccc;
	display: inline-block;
}

div.gallery div.category a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
}

div.gallery div.thumbs {
	padding: 4px;
}

div.gallery div.thumbnail,
div.gallery div.image {
	background-color: #fff;
	
	padding: 3px;
	margin: 4px;
	
	border: 1px solid #bbb;
	
	float: left;
	
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}

div.gallery div.thumbnail img {	
	cursor: pointer;
}

div.gallery div.primary_image #description {
	text-align: justify;
	padding: 10px;
	
	overflow: hidden;
}

div.gallery div.primary_image div.image {
	margin: 0px 8px 8px 0px;
	position: relative;
}

div.gallery div.primary_image div.image img {
	width: 260px;
}

div.gallery div.controls {
	margin-top: 3px;
	background-color: #be1e2d;
	overflow: auto;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
}

div.gallery div.controls a {
	display: block;
	
	float: left;
	margin: 3px;
	padding: 3px;	
	
	color: #fff;
	
	text-decoration: none;
}

div.gallery div.controls a.enlarge {
	float: right;
}

div.gallery div.controls a:hover {
	text-decoration: underline;
}

div.loader {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	z-index: 999;
	
	background-color: #fff;
}

div.loader img {
	width: auto !important;
	height: auto !important;
	
	margin: 32px 16px 32px 32px;
	
	float: left;
}

div.loader span {
	line-height: 95px;
	color: #aaa;
}

#adjuster {
	overflow: auto;
}
