.track {
    /*background-color: #F9F6F2;*/
    display: block;
    padding: 5px;
}

.time {
    height: 4px;
    background-color: #836D52;
    width: 0;
}

.haf_playlist {
    width: 400px;
}

.control {
 background-image: url("../images/play_m.png");
    display: block;
    float: left;
    height: 14px;
    width: 14px;
}


.pause {
    background-image: url("../images/control-pause.png") !important;
}

.stop {
    background-image: url("../images/control-stop-square.png") !important;
    display: block;
    float: left;
    height: 14px;
    margin: 0 5px;
    width: 14px;
}

.controls .ui-slider-horizontal {
    height: 4px !important;
    border: 0 !important;
    background-color: #bdbcbc !important;
}

.controls .ui-widget-content {
    background-image: none !important;
}

.controls .ui-slider-handle {
    width: 8px !important;
    height: 8px !important;
    margin-left: -0.15em !important;
    top: -0.25em !important;
}

.controls a {
color: #816B5D !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
margin-top:5px;}
.controls a:hover {
color: #816B5D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
margin-top:5px;
}

.controls p {
color: #816B5D !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
padding-top:3px;}
.controls p:hover {
color: #816B5D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
padding-top:3px;
}


.controls .slider a,.controls .volume a   {
    font-family: sans-serif;
    font-size: 12px;
    text-decoration: none;
	margin:0px !important;
}


.controls .slider {
    margin-top: 0.3em !important;
    display: none;
	width:315px;
}

.duration {
    color:  #836D52;
    float: right;
    font-family: Arial, serif;
    font-size: 12px;
}

.volume {
    float: right;
    width: 60px;
}

.link {
    color: #836D52;
    font-size: 12px;
    font-family: Arial, serif;
	cursor:pointer;
}

.download {
    background-image: url("../images/select_m.png") !important;
    width: 14px;
    height: 14px;
    display: block;
    float: right;
}

.volume_container {
    position: relative;
    top: 15px;
    margin-bottom: 15px;
    left: 0px;
}