#outerContent{
	margin-left:auto;
	margin-right:auto;
	background:url("../img/featured_bg.png");
	background-repeat:no-repeat;
	width:1024px;
	min-height:820px;
	height:auto;
}

.imageContainer{
	background:url("../img/featured_round_bg.png");
	background-repeat:no-repeat;
	width: 150px;
	height:150px;
	float:left;
	margin-left:5px;
	margin-bottom:37px;
	border:none;
}

.imageContainerSelected{
	background:url("../img/featured_round_selected_bg.png");
	background-repeat:no-repeat;
	width: 150px;
	height:150px;
	float:left;
	margin-left:5px;
	margin-bottom:37px;
	border:none;
}


.image img{
	height:130px;
	width:130px;
	padding:10px;
}

#selected_artist{
	padding-left: 35px;
	width:415px;
}

img{
	border:none;
}

.hidden{
	display:none;
}
