.galleryItem {
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	font-style: italic;
}

.galleryItem .thumbnail img {
	margin: 5px
}


.catalogLevel1 {
	padding: 5px 10px !important
}

.catalogLevel1 a {
	color: #000;
	font-size: 15px;
	font-weight: bold
}

.catalogLevel2 {
	padding: 5px 10px 30px !important
}

.catalogLevel2 a {
	color: #000;
	font-size: 13px;
	font-weight: bold
}

a.active {
	color: #520;
	font-weight: bold;
}

.item {
	font-size: 12px;
	text-align: right;
}

a .item {
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:visited .item {
	color: #555;
}

.catalogImage {
	border: 3px solid #5C463F;
}

.catalogTitle {
	font-weight: bold;
}
.lightBoxPositioner {
	position: fixed;
	top: 0px;
	left: 0px;
}
.bghider {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: 0.6;
}
.lightbox {
	background: #fff;
	margin: auto;
	width: auto;
	padding: 10px;
	position: absolute;
	top: 100px;
	left: 300px;
}