/* CSS Document */

img {
	border: none;
	}

#button1 {
  display:block;
  height:54px;
  width:184px;
  background:url('violin.jpg') no-repeat 0 0;
}
#button1:hover {
  background-position: 0 -54;
}
#button2 {
  display:block;
  height:54px;
  width:184px;
  background:url('viola.jpg') no-repeat 0 0;
}
#button2:hover {
  background-position: 0 -54;
}
#button3 {
  display:block;
  height:54px;
  width:184px;
  background:url('cello.jpg') no-repeat 0 0;
  }
#button3:hover {
  background-position: 0 -54;
}
.buttons img {
  height:54px;
  width:184px;
  border:none;
  }
  #button4 {
  display:block;
  height:54px;
  width:184px;
  background:url('baroque2.jpg') no-repeat 0 0;
}
#button4:hover {
  background-position: 0 -54;
}
#button5 {
  display:block;
  height:54px;
  width:184px;
  background:url('about.jpg') no-repeat 0 0;
  }
#button5:hover {
  background-position: 0 -54;
}
#button6 {
  display:block;
  height:54px;
  width:184px;
  background:url('studenti.jpg') no-repeat 0 0;
}
#button6:hover {
  background-position: 0 -54;
}
#button7 {
  display:block;
  height:54px;
  width:184px;
  background:url('strings.jpg') no-repeat 0 0;
  }
#button7:hover {
  background-position: 0 -54;
}
#button8 {
  display:block;
  height:54px;
  width:184px;
  background:url('tonewood.jpg') no-repeat 0 0;
  }
#button8:hover {
  background-position: 0 -54;
}
#button9 {
  display:block;
  height:54px;
  width:184px;
  background:url('faq.jpg') no-repeat 0 0;
  }
#button9:hover {
  background-position: 0 -54;
}