.soundControl a{
	text-decoration:none;
	color:#000;
	outline:none;

}


.soundControl ol {

	padding:0px;

	margin:0px;

	width:100%;

	list-style:none;

	float:left;

}

.soundControl ol li {

	padding:0 1px;

	float:left;

}

.soundControl ol li a {

        overflow:hidden;
	float:left;

	width:0.5em;
        min-width:0.5em;
        max-width:0.5em;

	height:0.5em;
        min-height:0.5em;
        max-height:0.5em;

        padding:0px;
	margin:0.35em 0 0;


	text-indent:-9999px;

	border:1px solid #009900;

}

.soundControl ol li a.active {background:#009900;}

