#home a {
		display:block;
		width:174px;
		height:27px;
		background: url("../images/buttons/home.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#home a:hover {	
		background-position: 0 -27px;
		}

#news a {
		display:block;
		width:174px;
		height:30px;
		background: url("../images/buttons/news.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#news a:hover {	
		background-position: 0 -30px;
		}

#band a {
		display:block;
		width:174px;
		height:29px;
		background: url("../images/buttons/band.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#band a:hover {	
		background-position: 0 -29px;
		}

#gallery a {
		display:block;
		width:174px;
		height:28px;
		background: url("../images/buttons/gallery.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#gallery a:hover {	
		background-position: 0 -28px;
		}

#videos a {
		display:block;
		width:174px;
		height:29px;
		background: url("../images/buttons/videos.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#videos a:hover {	
		background-position: 0 -29px;
		}

#downloads a {
		display:block;
		width:174px;
		height:29px;
		background: url("../images/buttons/downloads.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#downloads a:hover {	
		background-position: 0 -29px;
		}

#contact a {
		display:block;
		width:174px;
		height:28px;
		background: url("../images/buttons/contact.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#contact a:hover {	
		background-position: 0 -28px;
		}

#next a {
		display:block;
		width:89px;
		height:33px;
		background: url("../images/buttons/next.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#next a:hover {	
		background-position: 0 -33px;
		}
		
#prev a {
		display:block;
		width:83px;
		height:33px;
		background: url("../images/buttons/previous.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#prev a:hover {	
		background-position: 0 -33px;
		}
		
#facebook a {
		display:block;
		width:300px;
		height:108px;
		background: url("../images/buttons/facebook.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#facebook a:hover {	
		background-position: 0 -108px;
		}
		
#myspace a {
		display:block;
		width:250px;
		height:250px;
		background: url("../images/buttons/myspace.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#myspace a:hover {	
		background-position: 0 -250px;
		}
		
#tshirtad a {
		display:block;
		width:397px;
		height:454px;
		background: url("../images/buttons/tshirtad.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#tshirtad a:hover {	
		background-position: 0 -454px;
		}
