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

div.gallery h3,
div.gallery h3 a {
	color: #fff;
	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;
	
	min-width: 125px;	
	width: auto !important;
	width: 125px;
	
	overflow: auto;
	
	background-color: #e0d5c0;

	-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;
	display: inline-block;
}

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

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: #CE9923;
	overflow: auto;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	
	display: block;
	
	width: 260px;
}

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;
}

#mn_alrt {
	position: absolute;
	background-color: #fff;
	padding: 8px;
	
	border-top: 8px solid #79A1D5;
	border-left: 1px solid #79A1D5;
	border-right: 1px solid #79A1D5;
	border-bottom: 8px solid #79A1D5;
	
	font-weight: bold;
	font-size: 14px;
	
	width: 300px;
}
