/*
Name:WS Audio Player
Author:icyleaf
Author URL:www.icyleaf.cm
Date:11/05/2007
*/

/*******Main********/
.wsaudioplayer {
position: relative;
margin: 10px 0;
width: 100%;
height: 70px;
background:#EEE;
text-align:center;
-webkit-border-radius: 5px;    /* for Safari */
 -moz-border-radius: 5px;       /* for Firefox */

}

.wsaudioplayer:hover {
background:#DDD;
font:bold;
}

.wsaudioplayer a{
color:#6B0063;
text-decoration: none;
font-family:sans-serif;
font-weight:bold;
font-size:90%;
}


/*******Flash Player********/
.wsflashplayer{
padding-top:5px;
margin:0 auto;
width:90%;
}

/*******Download********/
.wsdownload {
position: absolute;
left: 176px;
top: -9px;
height: 17px;
background: #fff url(./tinymce3/music.gif) 3px 50% no-repeat;
overflow: visible;
padding: 3px 7px 2px 27px;
border: 1px solid #fff;
}

/*******Music Desc********/
.wsmusicdesc {
font-size:14px;
padding-left:20px;
}
