/* Buttons
********************************************************************************************************/
.button-img {
	background-image: url('images/button-map.png');
	background-repeat: no-repeat;
	display: block;
}

.notes {
	background-position: -8px 0;
	height: 53px;
	width: 60px;
}

.guitar {
	background-position: -8px -64px;
	height: 57px;
	width: 60px;
}

.calendar {
	background-position: -8px -135px;
	height: 57px;
	width: 60px;
}


/* Link Buttons
********************************************************************************************************/
.link-btn {
	text-indent: -999em;
}

.rules-btn {
	background-position: -103px -75px;
	height: 33px;
	width: 118px;
}

.rules-btn:hover {
	background-position: -103px -108px;
}

.vote-large-btn {
	background-position: -231px -75px;
	height: 33px;
	width: 118px;
}

.vote-large-btn:hover {
	background-position: -231px -108px;
}

.sign-up-large-btn {
	background-position: -361px -75px;
	height: 33px;
	width: 88px;
}

.sign-up-large-btn:hover {
	background-position: -361px -108px;
}

.view-schedule-btn {
	background-position: -103px -145px;
	height: 33px;
	width: 118px;
}

.view-schedule-btn:hover {
	background-position: -103px -178px;
}
