div.ArtSection.Links a {
	display: block;
	clear: both;
	color: #000000;
	font-weight: normal;
}
div.ArtSection.Links a:hover, div.ArtSection.Links a.Current {
	color: #cc0000;
}

div#ArtistListing {
	height: 170px;
	width: 95%;
	overflow: hidden;
}
div#ArtistListing a {
	width: 100%;
	overflow: hidden;
}
div#ScrollBars {
	position: absolute;
	margin-left: 160px;
	cursor: pointer;
}
div#ScrollBars .Down {
	margin-top: 140px;
}

div.ListingSection div {
	clear: both;
	margin-bottom: 5px;
	color: #000000;
}
div.ListingSection a, div.ListingSection span.A {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
div.ListingSection a {
	color: #cc0000;
}
div.ListingSection span.A {
	margin-right: 0px;
	padding-right: 0px;
	font-weight: normal;
}
div.ListingSection a:hover, div.ListingSection a.Current {
/*	background-color: #cc0000;
	color: #ffffff;*/
	text-decoration: underline;
}
div.ListingSection a.First {
	margin-left: 0px;
}
div.ArtistListing {
	float: left;
	margin-right: 50px;
}
div.ArtistListing a {
	float: left;
	clear: both;
	margin-bottom: 3px;
}
div.ArtistListing a:hover, div.ArtistListing a.Current {
	text-decoration: underline;
}

div#RecentArtists div.Section {
	float: left;
	width: 177px;
	margin-left: 15px;
	min-height: 100px;
}
div#RecentArtists div.Section.First {
	margin-left: 0px;
}
div.ImageClip {
	overflow: hidden;
}
div#RecentArtists div.ImageClip {
	width: 177px;
	height: 177px;
}
div#RecentArtists div.ImageClip img {
	width: 100%;
	height: 100%;
}
div#RecentArtists a {
	display: block;
	width: 100%;
	color: #595959;
}
div#RecentArtists a:hover {
	color: #cc0000;
}

div#ArtistListingPreview {
	float: right;
	width: 250px;
	text-align: center;
	height: 185px;
}
div#ArtistListingPreview img {
	margin-bottom: 5px;
}
div#ArtistListingPreview h4, div#NavArtistPreview h4 {
	margin-bottom: 0px;
}
