.audio_player{
	height: 370px;
	width: 480px;
	display: block;
	position: relative;
	background: #050505; /* Old browsers */
	background: -moz-linear-gradient(top, #4b4b4b 0%, #050505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4b4b4b 0%,#050505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4b4b4b 0%,#050505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.audio_player .player{display: none;}

.audio_player .controls{
	display: block;
	height: 24px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #a7aeb1; /* Old browsers */
	background: -moz-linear-gradient(top, #a7aeb1 0%, #25353c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a7aeb1 0%,#25353c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a7aeb1 0%,#25353c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#mouseoverPreview .audio_player .controls .progress_timer{
	display: inline;
	float: left;
	height: 14px;
    width: 72px;
    overflow: hidden;
	margin: 0 0 2px 6px;
	background: rgb(85, 85, 85);
	color: #fff;
	font-size: 10px;
	border-radius: 6px;
	border: 1px solid rgb(59, 59, 59);
	position: relative;
	text-align: center;
    line-height: 10px;
    top: 5px;
    padding: 0 2px;
}

.audio_player .controls .play_button{
	border: none;
	display: inline-block;
	float: left;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	margin: 2px 0 2px 6px;
	background: rgb(95, 116, 124);
	position: relative;
	outline: none;
	border: none;
	cursor: pointer;
}

.audio_player .controls .play_button:hover{ background: rgb(112, 143, 155); }

.audio_player .controls i{
	color: #fff;
	font-size: 18px;
	position: absolute;
}

.audio_player .controls .play_button i{
	left: 1px;
	top: 1px;
}

.audio_player .controls .progress_slider{
	width : 344px;
	height: 12px;
	margin-left: 6px;
	float: left;
	position: relative;
	top: 5px;
	display: inline-block;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 3px;
	background: #015b7a; /* Old browsers */
	background: -moz-linear-gradient(top, #015b7a 2%, #3e829a 50%, #015b7a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #015b7a 2%,#3e829a 50%,#015b7a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #015b7a 2%,#3e829a 50%,#015b7a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.audio_player .controls .progress_slider::-webkit-slider-thumb {
	-webkit-appearance: none; /* Override default look */
	appearance: none;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 2px solid #fff;
	background: #919294; /* Old browsers */
	background: -webkit-linear-gradient(top, #919294 0%,#f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #919294 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}

.audio_player .controls .progress_slider::-moz-range-thumb {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 2px solid #fff;
	background: #919294; /* Old browsers */
	background: -moz-linear-gradient(top, #919294 0%, #f8f8f8 100%); /* FF3.6-15 */
	background: linear-gradient(to bottom, #919294 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}

.audio_player .controls .mute_button{
	border: none;
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 10px;
    margin: 2px 0 2px 6px;
    top: 10px;
	background: rgb(95, 116, 124);
	position: relative;
	outline: none;
	border: none;
	cursor: pointer;
}

.audio_player .controls .mute_button:hover{ background: rgb(112, 143, 155); }

.audio_player .controls i{
	color: #fff;
	font-size: 18px;
	position: absolute;
}

.audio_player .controls .mute_button i{
	left: 1px;
	top: 1px;
}

.audio_player .volume_controls{
	display: inline-block;
    position: relative;
    min-height: 33px;
    top: -10px;
}

.audio_player .volume_controls .volume_slider{
	width : 100px;
	height: 12px;
	transform-origin: 50px 6px;
	transform: rotate(-90deg);
	position: absolute;
	top: -49px;
	left: -36px;
	display: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 3px;
	background: #015b7a; /* Old browsers */
	background: -moz-linear-gradient(top, #015b7a 2%, #3e829a 50%, #015b7a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #015b7a 2%,#3e829a 50%,#015b7a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #015b7a 2%,#3e829a 50%,#015b7a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.audio_player .volume_controls:hover .volume_slider{
	display: block;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.audio_player .controls .volume_slider::-webkit-slider-thumb {
	-webkit-appearance: none; /* Override default look */
	appearance: none;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 2px solid #fff;
	background: #919294; /* Old browsers */
	background: -webkit-linear-gradient(top, #919294 0%,#f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #919294 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}

.audio_player .controls .volume_slider::-moz-range-thumb {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 2px solid #fff;
	background: #919294; /* Old browsers */
	background: -moz-linear-gradient(top, #919294 0%, #f8f8f8 100%); /* FF3.6-15 */
	background: linear-gradient(to bottom, #919294 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}
