@charset "utf-8";
/* CSS Document */


#column-left {
	width: 550px;
	margin: 0 0 0 20px;
	text-align: right;
}

#column-right {
	width: 350px;
	margin: 0 0 0 10px;
}

#artist_images {
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
}

#artist_images li {
	display:inline;
	border: none;
}

#artist_images li a {
	padding:2px 4px;
	text-decoration:none;
	float:left;
	border: none;
}

#artist_images li img {
	text-decoration: none;
	border: none;
}

#artist_credits {
	padding-left: 15px;
	margin:0;
}

.sorryPhoto {
	width:500px;
	margin:0px auto;
	text-align:center;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;

}
