
	    #cs_audio {
	    	display: none;
	    }

	    #cs_audioplayer {

	        position: fixed;
	        bottom: 0;
	        left: 0;
	        right: 0;
	        text-align: center;
	        z-index: 5;

            background-color: black;
            padding: 12px;
            padding-top: 4px;
            padding-bottom: 6px;
            color: white;
	    }

		.cs_audio_bar {
			background-color: grey;
			width: 100%;
			height: 6px;
			position: relative;
			cursor: pointer;
			transition: 0.1s;
		}

		.cs_audio_bar_loaded {
			background-color: #44363d;
			width: 0%;
			height: 6px;
            position: absolute;
            transition: 0.1s;
		}
		.cs_audio_bar_now {
			background-color: white;
			width: 0%;
			height: 6px;
            position: absolute;
            z-index: 999;
            transition: 0.1s;
		}
		#cs_play_pause_btn {
			margin-left: 95px;


		}

		#cs_play_pause_btn i{
			font-size: 30px;
			position: relative; 
			cursor: pointer; 
			vertical-align: middle;
			margin-bottom: 4px;
		}
