#instruments {
	margin: 0;
	padding: 0;
	height: 24px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#instruments li {
    list-style: none;
	display: inline;
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#instruments a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:24px;
	margin-bottom: 2px;
}
	
#instruments a:hover {
	background-position: 0 -24px;
	}

#instruments a:active, #instruments a.selected {
	background-position: 0 -48px;
	}

#ialtohorn a {
	width: 136px;
	background: url(../media/tt_altohorn.gif) no-repeat left top;
	}

#ifrenchhorn a {
	width: 136px;
	background: url(../media/tt_frenchhorn.gif) no-repeat left top;
	}

#ieuphonium a  {
	width: 136px;
	background: url(../media/tt_euphonium.gif) no-repeat left top;
	}

#ituba a  {
	width: 136px;
	background: url(../media/tt_tuba.gif) no-repeat left top;
	}

#imarchingbrass a  {
	width: 136px;
	background: url(../media/tt_marchingbrass.gif) no-repeat left top;
	}

#itrumpet a  {
	width: 136px;
	background: url(../media/tt_trumpet.gif) no-repeat left top;
	}

#iflugelhorn a {
	width: 136px;
	background: url(../media/tt_flugelhorn.gif) no-repeat left top;
	}


#itrombone a  {
	width: 136px;
	background: url(../media/tt_trombone.gif) no-repeat left top;
	}

#icornet a  {
	width: 136px;
	background: url(../media/tt_cornet.gif) no-repeat left top;
	}

#info {
	height: 274px;
	overflow: auto;
	margin-right: 20px;
	font-weight: normal;
	font-style: normal;
	padding: 10px 20px 20px 30px;
}

#top_corner {
	background: url(../media/top_corners.gif) no-repeat center;
	width: 416px;
	height: 21px;
}

#bot_corner {
	width: 416px;
	height: 21px;
	background: url(../media/bot_corner.gif) no-repeat center;
}