#jquery_player { position: absolute; display: none; height: 40px; bottom: 5px;}
#player_container {
    position:relative;
    border: 1px solid #009BE3;
    background-color: transparent;
    height: 40px;
}
#pbg{top: 0px; left: 0px; position: absolute; background-color: #000; width:100%; height: 100%;}
#pcontrols {position: absolute; width: 100%; height: auto; min-height: 25px; overflow: hidden;}
.pcontrolsets {margin: 6px 0 0 8px;}
.border {
    border: 1px solid #009BE3;
}
.floatL {float: left;}
.floatR {float: right;}
.icon {
    cursor: pointer;
    padding: 4px 0;
    min-width: 25px;
    margin-right: 2px;
    border: 1px solid #009BE3;
}
.ui-widget-icon{ text-align: center;}
div.icon span.ui-icon {float: left; margin: 0 4px;}
#sliderVolume {
    /* top right bottom left */
    margin: 10px 5px 0 5px;
    width:80px;
    height:.4em;
}


#sliderVolume .ui-slider-handle {
    height:.8em;
    width:.8em;
}

#bars_holder {
    position: relative; margin: 0 140px 0 120px; padding: 4px 0;
}

#sliderPlayback .ui-slider-handle {
	height:1.6em;
}

#loaderBar.ui-progressbar {
        margin-top: 2px;
	height: .2em;
	border: .5px;
}
#loaderBar.ui-widget-header {
    background: url('../css/dark-hive/images/ui-bg_diagonals-medium_44_323cc8_40x40.png');
    background-image: url('../css/dark-hive/images/ui-bg_diagonals-medium_44_323cc8_40x40.png');
}

#times {margin-top: 5px; width:100%; min-height: 14px;}
#play_time,
#total_time {
    float: left;
    text-align: left;
    font-size:.8em;
    text-shadow: black 0.2em 0.2em 0.2em;
}

#total_time {
    float: right;
    text-align: right;
}

.miaow {
	font-size:.8em;
	color:#999;
}

.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#009be3;
}