	#news_btn{
	background: url('../images/news.png');
	width: 48px; height: 13px; border: 0px;
  	cursor: pointer;
  	cursor: hand;
	float: left;
	}

	#shows_btn{
	background: url('../images/shows.png');
	width: 63px; height: 13px; border: 0px;
  	cursor: pointer;
  	cursor: hand;
	float: left;
	margin-left: 7px;
	}

	#releases_btn{
	background: url('../images/releases.png');
	width: 78px; height: 13px; border: 0px;
  	cursor: pointer;
  	cursor: hand;
	float: left;
	margin-left: 7px;
	}

	#band_btn{
	background: url('../images/band.png');
	width: 49px; height: 13px; border: 0px;
  	cursor: pointer;
  	cursor: hand;
	float: left;
	margin-left: 7px;
	}

	#merch_btn{
	background: url('../images/merch.png');
	width: 63px; height: 13px; border: 0px;
  	cursor: pointer;
  	cursor: hand;
	float: left;
	margin-left: 7px;
	}

	#photos_btn{
	background: url('../images/photos.png');
	width: 69px; height: 13px; border: 0px;
  	cursor: pointer;
  	cursor: hand;
	float: left;
	margin-left: 7px;
	}

	#contact_btn{
	background: url('../images/contact.png');
	width: 87px; height: 13px; border: 0px;
  	cursor: pointer;
  	cursor: hand;
	float: left;
	margin-left: 7px;
	}


	#comment_btn{
	background: url('../images/comment.png');
	width: 93px; height: 13px; border: 0px;
  	cursor: pointer;
  	cursor: hand;
	float: left;
	margin-left: 7px;
	}