/**
 * @author FlipZoom Media Inc.
 * @copyright 2012
 * @created 22.1.2012
 * @license THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
 * APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
 * HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
 * OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
 * IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
 * ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
 */

#radio-holder {
    background:#181818 url("http://xn--mic-ber-deutschland-89b.de/themes/muedv1/images/radio-gfx-1.png") no-repeat 0 50%;
    padding: 5px 5px 6px 5px;
    border-top: 0px solid #202020;
    border-bottom: 1px solid #000;
    border-right: 1px solid #202020;
    vertical-align: bottom !important;
}
#radio-current-song-text {
    padding: 0 0 0 4px !important;
    margin: 0 !important;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,0.4);
}
#radio-current-song {
    color: #fff;
    width: 600px;
    display: inline-block;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(0,0,0,0.7);
}
#radio-artist {color:#fc6d02}
#radio-action-text {
    padding-top: 1px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,0.4);
}
#radio-action-holder {padding:2px 0 0 2px}
#btn_play, 
#btn_stop {cursor:pointer}
#btn_stop, 
#player_loader {display:none;}
#player_holder, 
#player_holder *, 
#player_holder object {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
}