	#concert_banner:after {
		display: block;
		content: '';
		clear: both;
	}
	.concert_item {
		width: 150px;
		height: 290px;
		float: left;
		margin: 3px 7px 0 7px;
	}
	.concert_img {
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.concert_img:hover {
		border: 2px solid blue;
	}
	.concert_title {
		width: 100%;
		height: 60px;
		font-size: 14px;
		overflow: hidden;
	}
	#musictopia_banner {
		text-align: center;
	}
	#musictopia_banner img {
		border: 1px solid #bbb;
		margin: 0 0 2px 0;
		padding: 0;
	}
	
	.big_font {
/*		color: #f33;	*/
		font-size: 1.2rem;
	}