<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.codeart-google-mp3-player div.controls{
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	
	background-color: #f8f8f8; 
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRDdEN0Q3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRjhGOEY4IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMzUwKSIgLz4KPC9zdmc+);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#d7d7d7));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #d7d7d7); 
	background-image:    -moz-linear-gradient(top, #f8f8f8, #d7d7d7);
	background-image:     -ms-linear-gradient(top, #f8f8f8, #d7d7d7);
	background-image:      -o-linear-gradient(top, #f8f8f8, #d7d7d7);

	border: 1px solid #e6e6e6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:	border-box;
	box-sizing: border-box;
}

.codeart-google-mp3-player div.controls .playpause{
	width: 46px;
	height: 47px;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	border: none;
	outline: none;
	position: absolute;
	left: 7.5px;
}

.codeart-google-mp3-player div.controls .play{
	background: url('images/playpause.png') no-repeat 0 0;
	background-position: 0 -94px;
}

.codeart-google-mp3-player div.controls .play:hover{
	background-position: 0 -141px;
}

.codeart-google-mp3-player div.controls .pause{
	background: url('images/playpause.png') no-repeat 0 0;
	background-position: 0 0px;
}

.codeart-google-mp3-player div.controls .pause:hover{
	background-position: 0 -47px;
}

.codeart-google-mp3-player div.controls .stop{
	width: 16px;
	height: 16px;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	border: none;
	outline: none;
	background: url('images/stop.png') no-repeat 0 0;
	position: absolute;
	left: 50.5px;
}

.codeart-google-mp3-player div.controls .stop:hover{
	background-position: 0 -15px;
}

.codeart-google-mp3-player div.controls .download-regular{
	width: 16px;
	height: 16px;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	border: none;
	outline: none;
	background: url('images/download-regular.png') no-repeat 0 0;
	position: absolute;
	right: 15px;
}

.codeart-google-mp3-player div.controls .download-regular:hover{
	background-position: 0 -16px;
}

.codeart-google-mp3-player div.controls .muteButton{
	width: 14px;
	height: 11px;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	border: none;
	outline: none;
	
	position: absolute;
	right: 17.225%;
}

.codeart-google-mp3-player div.controls .fullVolume{
	background: url('images/volume.png') no-repeat 0 0;
	background-position: 0 0px;
}

.codeart-google-mp3-player div.controls .middleVolume{
	background: url('images/volume.png') no-repeat 0 0;
	background-position: 0 -11px;
}

.codeart-google-mp3-player div.controls .noVolume{
	background: url('images/volume.png') no-repeat 0 0;
	background-position: 0 -22px;
}

.codeart-google-mp3-player div.controls .timer{
	position: absolute;
}

.codeart-google-mp3-player div.controls .timer .currentTime, div.controls .timer .duration{
	font-family: "Arial", sans-sarif;
	font-weight: normal;
	font-size: 10px;
	color: #494949;
}

.codeart-google-mp3-player div.controls .seekBar{
	height: 6px;
	position: absolute;
	left: 65px;
	z-index: 1;
	background: transparent;
	
	border: 0px;
	
	-webkit-box-shadow: inset 0px 1px 2px 1px rgba(135, 135, 135, 0.75);
	box-shadow: inset 0px 1px 2px 1px rgba(135, 135, 135, 0.75);
}

.codeart-google-mp3-player div.controls .seekBar a{
	background: url("images/anchor.png") no-repeat 0 0;
	width: 20px;
	margin-left: -10px;
	height: 20px;
	border: none;
	outline: none;
	top: -.45em;
}

.codeart-google-mp3-player div.controls .seekBar .ui-widget-header{
	background: #686868;
	-webkit-box-shadow: inset 0px 1px 2px 1px rgba(135, 135, 135, 0.75);
	box-shadow: inset 0px 1px 2px 1px rgba(135, 135, 135, 0.75);
}

.codeart-google-mp3-player div.controls .gutter{
	height: 6px;
	position: absolute;
	left: 65px;
	background: #bababa;
	z-index: 1;
	
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	
	-webkit-box-shadow: inset 0px 1px 2px 1px rgba(135, 135, 135, 0.75);
	box-shadow: inset 0px 1px 2px 1px rgba(135, 135, 135, 0.75);
}

.codeart-google-mp3-player div.controls .volumeBar{
	height: 3px;
	position: absolute;
	right: 7.5px;
	
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
	
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	
	border: none;
}

.codeart-google-mp3-player div.controls .volumeBar div{
	background: none;
}

.codeart-google-mp3-player div.controls .volumeBar a{
	background: url("images/anchor-volume.png") no-repeat 0 0;
	border: none;
	outline: none;
	width: 7px;
	height: 14px;
	margin: 0 auto;
	top: -.35em;
	margin-left: -3.5px;
}

.codeart-google-mp3-player.small div.controls .playpause{
	width: 32px;
	height: 32px;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	border: none;
	outline: none;
	position: absolute;
	left: 1px;
}

.codeart-google-mp3-player.small div.controls .play{
	background: url('images/playpause_mini.png') no-repeat 0 0;
	background-position: 0 -64px;
}

.codeart-google-mp3-player.small div.controls .play:hover{
	background-position: 0 -96px;
}

.codeart-google-mp3-player.small div.controls .pause{
	background: url('images/playpause_mini.png') no-repeat 0 0;
	background-position: 0 0px;
}

.codeart-google-mp3-player.small div.controls .pause:hover{
	background-position: 0 -32px;
}

.codeart-google-mp3-player.small div.controls .stop{
	width: 23px;
	height: 23px;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	border: none;
	outline: none;
	background: url('images/stop_mini.png') no-repeat 0 0;
	position: absolute;
	left: 34px;
}

.codeart-google-mp3-player.small div.controls .stop:hover{
	background-position: 0 -23px;
}

.codeart-google-mp3-player.small div.controls .download-small{
	width: 23px;
	height: 23px;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	border: none;
	outline: none;
	background: url('images/download-small.png') no-repeat 0 0;
	position: absolute;
	right: 4px;
}

.codeart-google-mp3-player.small div.controls .download-small:hover{
	background-position: 0 -23px;
}

.codeart-google-mp3-player.small div.controls .seekBar{
	height: 6px;
	position: absolute;
	left: 68px;
	z-index: 1;
	background: transparent;
	
	border: 0px;
	
	-webkit-box-shadow: inset 0px 1px 2px 1px rgba(135, 135, 135, 0.75);
	box-shadow: inset 0px 1px 2px 1px rgba(135, 135, 135, 0.75);
}

.codeart-google-mp3-player.small div.controls .seekBar a{
	background: url("images/anchor_mini.png") no-repeat 0 0;
	width: 16px;
	margin-left: -8px;
	height: 16px;
	border: none;
	outline: none;
	top: -.3em;
}

.codeart-google-mp3-player.small div.controls .gutter{
	height: 6px;
	position: absolute;
	left: 68px;
	background: #bababa;
	z-index: 1;
	
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	
	-webkit-box-shadow: inset 0px 1px 2px 1px rgba(135, 135, 135, 0.75);
	box-shadow: inset 0px 1px 2px 1px rgba(135, 135, 135, 0.75);
}

.codeart-google-mp3-player.small div.controls .volumeBar{
	height: 3px;
	position: absolute;
	right: 5px;
	
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
	
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	
	border: none;
}

.codeart-google-mp3-player.small div.controls .timer{
	position: absolute;
}

.codeart-google-mp3-player .download-flash{
	display: block;
	float: left;
	height: 27px;
	width: 34px;
	background: url('images/download-flash.png') no-repeat 0 0;
	cursor: pointer;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
}

.codeart-google-mp3-player .download-flash:hover{
	background-position: 0 -27px;
}</pre></body></html>