.artist-list {
	float: left; width: 250px; text-align: center; border: .2em solid #000; margin: .5em; background: #fffbff url(../images/backgrounds/white-brown-121.jpg);
}
.artist-list a {
	text-decoration: none; color: #000; display: block;
}
.artist-list a:hover {
	color: #900;
}
.artist-list:hover {
	border-color: #900; background: #c1bdad url(../images/backgrounds/white-brown-113.gif); 
}
.gallery-sample p {
	float: left; margin-left: .5em;
}
.gallery-sample img {
	border: .3em solid #000;
}
/*##########OPERA DISPLAY HACK*/
.gallery-sample a {
	text-decoration: none;
}
.gallery-sample a img:hover {
	border: .3em solid #900;
}
.gallery-sample img {
	width: 175px; height: 175px;
}