go ONLINE to play all audio in the list

STYLE ITEMS:
#playlist,audio {background:#4f5;
width:500px; padding:30px;}
/* background is the color of the block,
only the border if nothing outside the links are added -
padding the width of the border -
display can be set to block but not necessary

.active a{color:#5DB0E6; text-decoration:none;}
/*color of played item on the list

li a{color:#eeeedd; background:#545;
padding:5px; display:block;}
/* color:list text color.
li background-color - all inside the links frame (list line).
padding sets the height and space
of each line + all items

li a:active{text-decoration:none;}

ul {list-style:none;} /*removes bullits from ul

a { text-decoration:none } /* removes the link's underline

dogo

#audio{ display: block; width: 300px; height: 20px; padding: 1em;
background: maroon url(http://dev.css-zibaldone.com/onwebdev/post/video.jpg) no-repeat 50% 5px; border: medium solid gray;
-moz-border-radius: 6px; border-radius: 6px; -moz-transform: rotate(-0deg); -webkit-transform: rotate(-0deg); -o-transform: rotate(-0deg); position: float;}
/* top: 50%; /* if position: absolute, these are the coordinates
left: 50%; margin: -25px 0 0 -50px; */ }
html