img {
    border:none;
}

.subjectDescription{
	/*width: 90%;
	float: left;
	*/	
}

#audioPlayer {
	/*float: left;
    text-align:center;*/
    margin:0 auto;
    margin-left: 15px;
}	

#audioPlayer a {
    color:#316AC5;
    font-weight:bold;
    font-size: 15px ;
    text-decoration:none;
    font-variant:small-caps;
	position: absolute;
	top: 5px;
	left: 0%;
}
#player-ui {
    
    padding:0px;
    border:0px solid teal;
    width:90%;
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
}
.clear {
    clear:both;
}
.player-info {
    border-bottom:0px solid white;
    margin-bottom:0px;
    padding-bottom:0px;
    float: left;
    /*display: none;*/
}
.player-info span {
    margin-bottom:5px;
    padding:3px;
}

.player-info #sound_file_name {
	float: left;	
}

.player-commands {
    padding:0px;
    height: 15px;
    width: 25px;
    float: left;
    line-height: 15px;
    vertical-align: middle;
}

#stopLink{
	display: none;
}

#playLink{
	display: block;
}

#playLink img, #stopLink img{
	top: 0px;
	left: 0px;
}