/* set up the master content class */
.content {
	position:absolute; 
	width:200px; 
	height:200px; 
	left: 566px; 
	top: 0px;
	z-index: 1; 
}      

.col1 .content{ 
	left:566px;
}    
.col2 .content{
	left:394px;
}           
.col3 .content{
	left:222px;
}

/* artist box */
.artist {
	visibility: hidden;
	width:200px; 
	height:200px; 
	z-index: 2;
}  



a:hover.a_artist .artist{
	visibility: visible;
}

/* css for the navigation */
.catalogs {
	position:absolute; 
	width:200px; 
	height:40px; 
	left: 500px; 
	top: 225px;
	z-index: 1;
}

#artist_page_cell {
	margin: 0px 25px;
	padding: 0px 25px;
	font-size: 12pt;
}
