body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	margin: 0px;
	font: 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #242424;
}

strong {
	font-weight: bold;
}

.header {
	padding: 10px;
	background-image: linear-gradient(bottom, rgb(26,26,26) 0%, rgb(77,77,77) 100%);
	background-image: -o-linear-gradient(bottom, rgb(26,26,26) 0%, rgb(77,77,77) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(26,26,26) 0%, rgb(77,77,77) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(26,26,26) 0%, rgb(77,77,77) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(26,26,26) 0%, rgb(77,77,77) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(26,26,26)),
		color-stop(1, rgb(77,77,77))
	);
}

.header img {
	display: block;
	margin: 0 auto;
}

.container {
	width: 500px;
}

.caster {
	color: white;
	background-image: linear-gradient(bottom, rgb(194,2,2) 0%, rgb(255,107,107) 100%);
	background-image: -o-linear-gradient(bottom, rgb(194,2,2) 0%, rgb(255,107,107) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(194,2,2) 0%, rgb(255,107,107) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(194,2,2) 0%, rgb(255,107,107) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(194,2,2) 0%, rgb(255,107,107) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(194,2,2)),
		color-stop(1, rgb(255,107,107))
	);
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	padding: 10px;
}

.caster img.avatar {
	float: left;
	height: 50px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05),inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05),inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05),inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
	border: 2px solid rgba(255,255,255,0.7);
}

.caster div.info {
	float: left;
}

.caster h3 {
	width: 420px;
	text-align: center;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
	font-size: 28px;
	line-height: 1.29;
}

.caster span {
	display: block;
	width: 420px;
	text-align: center;
	font-size: 11px;
	color: rgba(255,255,255,0.9);
}

.jp-audio {
	border: 1px solid black;
	background-image: linear-gradient(bottom, rgb(26,26,26) 0%, rgb(37,37,37) 100%);
	background-image: -o-linear-gradient(bottom, rgb(26,26,26) 0%, rgb(37,37,37) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(26,26,26) 0%, rgb(37,37,37) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(26,26,26) 0%, rgb(37,37,37) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(26,26,26) 0%, rgb(37,37,37) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(26,26,26)),
		color-stop(1, rgb(37,37,37))
	);
	height: 55px;
	width: 498px;
}

.jp-audio ul {
	padding: 0px;
	margin: 0px;
	width: 500px;
	list-style: none;
}
.jp-audio ul > li {
	float: left;
	margin: 0px;
}
.jp-audio ul li > a {
	padding: 8px 10px 4px;
	text-align: center;
	border-right: 1px solid black;
	display: block;
}

.jp-audio ul li:last-child > a {
	border-right: none;
}

.jp-audio ul li a > img {
	opacity: 0.8;
}

.jp-audio ul li a > img:hover {
	opacity: 1;
}

.jp-audio ul > li.volume {
	height: 56px;
	display: block;
	border-right: 1px solid black;
}

.jp-volume-bar {
	margin: 21px 10px 0px;
	border-radius: 2px;
	padding: 2px;
	display: inline-block;
	overflow:hidden;
	background: rgba(0,0,0,0.7);
	border-bottom: 1px solid rgba(255,255,255,0.17);
	width:293px;
	height:8px;
	cursor: pointer;
}

.jp-volume-bar-value {
	background-image: linear-gradient(bottom, rgb(255,191,0) 0%, rgb(255,242,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,191,0) 0%, rgb(255,242,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,191,0) 0%, rgb(255,242,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,191,0) 0%, rgb(255,242,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,191,0) 0%, rgb(255,242,0) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,191,0)),
		color-stop(1, rgb(255,242,0))
	);
	width:0px;
	height:8px;
}

.playing {
	padding: 5px;
	text-align: center;
	background-image: linear-gradient(bottom, rgb(138,138,138) 0%, rgb(199,199,199) 100%);
	background-image: -o-linear-gradient(bottom, rgb(138,138,138) 0%, rgb(199,199,199) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(138,138,138) 0%, rgb(199,199,199) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(138,138,138) 0%, rgb(199,199,199) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(138,138,138) 0%, rgb(199,199,199) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(138,138,138)),
		color-stop(1, rgb(199,199,199))
	);
	border-top: 1px solid black;
	color: white;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.6);
}

.reklam {
	padding: 10px;
	display: block;
	background: black;
}

.reklam img.ad {
	margin: 0px auto;
	display: block;
	padding: 2px;
	border: 1px solid rgba(255,255,255,0.3);
}

.footer {
	background: black;
	padding: 5px;
	border-top: 1px solid rgba(255,255,255,0.3);
	font-size: 10px;
	color: #ddd;
}