.artnoGallery {
	padding:0px;
	margin: 12px 0px;
	width: 564px;
}
.artnoNav {
	margin: 12px 0px 0px 0px;
	text-align: center;
}
.artnoNav .navLeft {float: left;}
.artnoNav .navRight {float: right;}
.artnoGallery .big {
	/*border: 1px solid #b11a1c;
	padding: 11px 8px;*/
	margin: 12px 0;
}
.artnoGallery .big a {
	display: block;
	text-align: center;
	overflow: hidden;
}
.artnoGallery .bigImage {
	border: none;
}
.artnoGallery .description {
	padding: 8px;
	font-weight: normal;
	height: 3.6em;
	overflow: hidden;
	background:#fbebec;border-bottom:1px dotted #b11a1c;
	display: block;
	margin-bottom:12px;
	width: 548px; 
	font-size: 1em;
	line-height:1.2em;  
}
.artnoGallery .thumbs {
	margin-left: 12px;
text-align:center;
}
.artnoGallery .thumbs a img{
	border: none;
}
.artnoGallery .thumbs a {
	float: left;
	display: block;
	text-align: center;
	padding: 1px;
	margin: 2px 2px 2px 2px;
}
.artnoGallery .thumbs a.smallImage {
	border: 1px solid #fbebec;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}
.artnoGallery .thumbs a.smallImage:hover {
	border: 1px solid #e20a1b;
	opacity: 1;
	filter: alpha(opacity = 100);
}
.artnoGallery .thumbs a.activeImage {
	border: 1px solid #e20a1b;
}
.artnoGallery .spacer {
	clear: both;
}
