#soundbox {
	position: relative;
	width: 443px;
	border: #999 1px solid;
	overflow: hidden;
}

#soundbox-pic {
	height: 227px;
	width: 443px;
	overflow: hidden;
}

#button-links {
}

#button-links li {
	display: inline;
	float: left;
	width: 50%;
	margin: 0px;
}

#button-links .about-button {
	width: 100%;
}

#button-links a, .about-button a {
	background: #333;
	display: block;
	height: 39px;
	width: 100%;
    margin-bottom: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
	border-collapse: separate;
	font-family: NimbusSanNovCon-Med,Helvetica,Arial,sans-serif;
    font-size: 23px;
    font-weight: normal;
    line-height: 45px;
	text-align: center;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #555,  #000); /* for firefox 3.6+ */

}

#button-links a:link, .about-button a:link {
	font-weight: inherit;
	color: #999;
	text-decoration: none;
}
#button-links a:visited, .about-button a:visited {
	font-weight: inherit;
	color: #999;
	text-decoration: none;
}
#button-links a:hover, .about-button a:hover {
	font-weight: inherit;
	color: #003399;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#777777'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#777)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EEE,  #777); /* for firefox 3.6+ */
}
#button-links a:active, .about-button a:active {
	font-weight: inherit;
	color: #003399;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #555,  #000); /* for firefox 3.6+ */
}

#button-links ul {
	margin-bottom: 0px;
}
	
