.artists-table{
	width: 100%;
	height: 100%;	
}

#artistViewer{
	width: 100%;
	vertical-align: top;
}

.list-cell{
	text-align: right;
	padding: 10px;
	padding-left: 0px;
	padding-top: 5px;
}

#mask{
	height: 360px;
	width: 380px;
	
	overflow: auto;
	border: 5px solid white;
	background-image: url("../images/common-page/pixel_FFFFFF_alpha75.png");	
	behavior: url("../templates/css/pngie2.htc");
}

.artist-item{
	display: block;
	
	width: 120px;
	height: 120px;	
	
	float: left;
	
	overflow: hidden;
	text-decoration: none;
	text-align: right;
}

.artist-item:hover{
	background-color: white;
	color: black;
}

.artist-item:focus{
	background-color: white;
	color: black;
}

.artist-item img{	
	margin: 5px;
	border: 5px solid white;
	margin-bottom: 0px;
	width: 100px;
	height: 65px;
}

.artist-item span{
	padding-right: 5px;
}

#artistViewer{
	width: 100%;
	padding-right: 5px;
}

#artistViewer img{	
	border: 5px solid white;
}

.artist-viewer{
	height: 285px;
	width: 275px;
	overflow: auto;
	border: 5px solid white;
	background-image: url("../images/common-page/pixel_FFFFFF_alpha75.png");	
	behavior: url("../templates/css/pngie2.htc");
	margin: 5px;
	margin-right: 0px;
}