.artnoGallery {
  padding:0px;
  margin: 0px 0px;
  width: 570px;
}
.artnoNav {
	margin: 7px 0px 0px 0px;
	text-align: center;
}
.artnoNav .navLeft {float: left;}
.artnoNav .navRight {float: right;}
.artnoGallery .big {
  border: 1px solid #dfe9ff;
	margin: 15px 1px 8px 0px;
padding:15px;
}
.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:#F4F8FB;
  display: block;
  margin-bottom:15px;
  width: 570px; 
  font-size: 1em;
  line-height:1.2em;  
}
.artnoGallery .thumbs {
	margin: 0px;
}
.artnoGallery .thumbs a img{
	border: none;
}
.artnoGallery .thumbs a {
	float: left;
	display: block;
  text-align: center;
  padding: 1px;
	margin: 2px 2px 2px 1px;
}
.artnoGallery .thumbs a.smallImage {
	border: 1px solid #cfdce5;
	opacity: 0.75;
  filter: alpha(opacity = 75);
}
.artnoGallery .thumbs a.smallImage:hover {
	border: 1px solid #2e486b;
	opacity: 1;
  filter: alpha(opacity = 100);
}
.artnoGallery .thumbs a.activeImage {
	border: 1px solid #2e486b;
}
.artnoGallery .spacer {
	clear: both;
}