.artnoGallery {
float: left;
width: 610px;
margin: 0 20px 80px 0;
color: #8c8b8d;
font-size: .9em;
}
.galleryCol {
padding-top: 10px;
}
.galleryCol strong {
display: block;
margin-top: 5px;
}

.artnoNav {
margin: 5px 10px 0 10px;
text-align: center;
font-size: .9em;
}
.artnoNav .navLeft {
float: left;
font-size: 1.5em;
visibility: hidden;
}
.artnoNav .navRight {
float: right;
font-size: 1.5em;
}
.artnoGallery .big {
}
.artnoGallery .big a {
display: block;
text-align: left;
overflow: hidden;
}
.artnoGallery .bigImage {
width: 610px;
height: 340px;
}
.artnoGallery .description {
overflow: hidden;
display: block;
margin: 0 10px;
}
.artnoGallery .thumbs {
margin-top: 10px;
}
.artnoGallery .thumbs a {
float: left;
margin-right: 10px;
text-align: center;
}
.artnoGallery .thumbs a.smallImage {
opacity: 0.75;
filter: alpha(opacity = 75);
}
.artnoGallery .thumbs a.smallImage:hover,
.artnoGallery .thumbs a.smallImage:focus {
opacity: 1;
filter: alpha(opacity = 100);
}
.artnoGallery .thumbs a.activeImage {
opacity: 1;
filter: alpha(opacity = 100);
}
.artnoGallery .spacer {
clear: both;
}