body {
    margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: "Helvetica Neue LT Std", "Helvetica";
    background: #ffffff;
    color: #000000;
    -webkit-text-size-adjust: none;
}

body > div {
	margin: 0;
	padding: 0;
	width: 100%;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 640px;
	height: 100%;
}
header {
	display: block;
	position: relative;
	height: 92px;
	text-align: center;
	background: url(../images/bgs.png) no-repeat 0 0;
}
header .logo {
	position: absolute;
	top: 15px;
	left: 20px;
	border: 0;
}
header .tgl-search {
	display: block;
	position: absolute;
	top: 12px;
	right: 23px;
	width: 70px;
	height: 68px;
	background: url(../images/buttons.png) no-repeat 0 0;
}
header .tgl-search.on {
	background-position: -70px 0;
}
header .tgl-search.disabled {
	opacity: 0.5;
}
header .tgl-music {
	display: inline-block;
	margin: 0 auto;
	margin-top: 23px;
	height: 45px;
	line-height: 45px;
}
header .tgl-music label {
	line-height: 45px;
	font-size: 24px;
	font-weight: bold;
	color: #e5e5e5;
	opacity: 0.5;
	vertical-align: top;
}
header .tgl-music label.on {
	color: #ffffff;
	opacity: 1;
}
header .tgl-music .switch {
	position: relative;
	display: inline-block;
	width: 125px;
	height: 45px;
	background: url(../images/buttons.png) no-repeat 26px -68px;
}
header .tgl-music .switch .knob {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 63px;
	height: 45px;
	background: url(../images/buttons.png) no-repeat -99px -68px;
}
header .tgl-music .switch:active .knob {
	background: url(../images/buttons.png) no-repeat -162px -68px;
}
header .tgl-music .switch.on .knob {
	left: 0;
}
#top-panel {
	position: relative;
	overflow: hidden;
	background: url(../images/mesh_bg.gif);
}
#top-panel section {
	display: none;
	position: relative;
}
#radio {
	height: 113px;
	background: url(../images/bgs.png) no-repeat 0 -92px;
}
#radio .dial {
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 22px;
	width: 510px;
	height: 88px;
	line-height: 88px;
	overflow: hidden;
	background: url(../images/bgs.png) no-repeat 0 -205px;
	font-size: 27px;
	font-weight: bold;
}
#radio .dial .slider {
	display: inline-block;
	position: relative;
	left: 0px;
	padding: 0 151px;
	white-space:nowrap;
	cursor: pointer;
}
#radio .dial .station, #radio .dial .station:hover {
	display: inline-block;
	width: 120px;
	color: #45494f;
	text-decoration: none;
	text-align: center;
}
#radio .dial .sep {
	display: inline-block;
	width: 44px;
	height: 38px;
	vertical-align: middle;
	background: url(../images/buttons.png) no-repeat -213px -113px;
}
#radio .tgl-radio {
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 19px;
	width: 71px;
	height: 91px;
	background: url(../images/buttons.png) no-repeat 0 -113px;
}
#radio.off .dial .mask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e1e1e1;
	opacity: 0.5;
	z-index: 2;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
#radio.off .dial .mask {
	display: block;
}
#radio.off .tgl-radio {
	background: url(../images/buttons.png) no-repeat -142px -113px;
}
#radio .tgl-radio:active {
	background: url(../images/buttons.png) no-repeat -71px -113px;
}
#search-box {
	margin-top: -113px;
	height: 113px;
	background: url(../images/bgs.png) no-repeat 0 -92px;
}
#search-box.open {
	margin-top: 0;
}
#search-box form {
	position: absolute;
	top: 26px;
	left: 23px;
	width: 592px;
	height: 60px;
	line-height: 60px;
	background: url(../images/bgs.png) no-repeat 0 -293px;
}
#search-box form .btn {
	display: inline-block;
	margin-left: 18px;
	width: 28px;
	height: 30px;
	vertical-align: middle;
	background: url(../images/buttons.png) transparent no-repeat -140px 0;
	border: 0;
}
#search-box form .txt {
	display: inline-block;
	margin-top: -2px;
	margin-left: 15px;
	width: 470px;
	height: 36px;
	font-family: "Myriad Pro", "Helvetica";
	font-size: 28px;
	line-height: 36px;
	vertical-align: middle;
	color: #333333;
	background-color: transparent;
	-webkit-appearance: none;
	border: 0;
}
#search-box form .txt.default {
	color: #929292;
}
#playlist {
	height: 211px;
}
#playlist .items {
	position: relative;
	display: block;
	height: 211px;
	overflow: hidden;
}
#playlist .items .slider {
	position: relative;
	left: -462px;
	display: inline-block;
	white-space:nowrap;
}
#playlist .items .pic {
	position: relative;
	display: inline-block;
	margin: 0 1px;
	width: 520px;
	height: 211px;
	overflow: hidden;
}
#playlist .items .pic img {
	width: 100%;
	height: auto;
	z-index: 0;
}
#playlist .items .pic .play {
	display: block;
	position: absolute;
	top: 18px;
	right: 14px;
	width: 64px;
	height: 64px;
	background: url(../images/buttons.png) no-repeat -349px -122px;
	z-index: 3;
}
#playlist .items a.prev,
#playlist .items a.next {
	display: block;
	position: absolute;
	top: 44px;
	width: 53px;
	height: 122px;
	background: url(../images/buttons.png) no-repeat;
	z-index: 1;
}
#playlist .items a.prev {
	left: 0;
	background-position: -257px 0;
}
#playlist .items a.next {
	right: 0;
	background-position: -310px 0;
}
#playlist .items .info {
	display: block;
	position: absolute;
	top: 0px;
	left: 105px;
	padding: 15px 20px;
	width: 390px;
	height: auto;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	pointer-events: none;
}
#playlist .items .info h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 26px;
	color: #ffffff;
}
#playlist .items .info h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 22px;
	color: #ffffff;
}
#playlist .items .info p {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	font-family: "Myriad Pro", "Helvetica";
	font-size: 20px;
	line-height: 22px;
	color: #ffffff;
}
#top-panel.small #radio,
#top-panel.small #search-box {
	display: block;
}
#top-panel.big #playlist {
	display: block;
}
nav {
	display: block;
	position: relative;
	height: 61px;
	line-height: 61px;
	overflow: hidden;
	background: url(../images/bgs.png) no-repeat 0 -353px;
	font-size: 24px;
	font-weight: bold;
}
nav .slider {
	display: inline-block;
	position: relative;
	left: 0px;
	padding: 0 215px;
	white-space:nowrap;
	cursor: pointer;
}
nav .slider a, nav .slider a:hover {
	display: inline-block;
	width: 210px;
	color: #4c4c4c;
	text-align: center;
	text-decoration: none;
}
nav .slider .open, nav .slider .open:hover {
	color: #cf0000;
}
nav a.prev,
nav a.next {
	display: block;
	position: absolute;
	top: 2px;
	width: 37px;
	height: 54px;
	background: url(../images/buttons.png) no-repeat;
	z-index: 1;
}
nav a.prev {
	left: 0;
	background-position: -363px 0;
}
nav a.next {
	right: 0;
	background-position: -363px -54px;
}
#content {
	position: relative;
	overflow: hidden;
	background-color: #b3b3b5;
}
#content .data {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	z-index: 1;
}
#content .loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/loader.gif) no-repeat center center;
	z-index: 0;
}
#content .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/xbgs.png) repeat-x 0 -110px;
	z-index: 2;
	pointer-events: none;
}
#content.small .overlay {
	background-position: 0 -570px;
}
footer {
	display: block;
	position: relative;
	height: 194px;
	overflow: visible;
	z-index: 3;
}
#song {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 65px;
	overflow: hidden;
	z-index: 4;
}
#song .panel {
	position: relative;
	display: block;
	height: 65px;
	background: url(../images/bgs.png) repeat-x 0 -414px;
}
#song .panel h2 {
	margin: 0;
	padding: 0 20px;
	font-family: "Myriad Pro", "Helvetica";
	font-size: 28px;
	font-weight: normal;
	line-height: 63px;
	color: #cccccc;
	text-shadow: 2px 2px 2px #000000;
}
#song .panel .tgl-song {
	display: block;
	position: absolute;
	right: 42px;
	bottom: 1px;
	width: 82px;
	height: 45px;
	background: url(../images/buttons.png) no-repeat 0 -204px;
}
#song .panel .tgl-song:active {
	background-position: -82px -204px;
}
#song.open {
	top: -634px;
	height: 699px;
}
#song.open .panel {
	height: 63px;
	background-position: 0 -479px;
}
#song.open .panel h2 .device {
	display: none;
}
#song.open .panel .tgl-song {
	background-position: -164px -204px;
}
#song .data {
	display: block;
	height: 636px;
	background: url(../images/mesh_bg.gif);
}
#song .data .items {
	position: relative;
	display: block;
	height: 476px;
	overflow: hidden;
}
#song .data .items .slider {
	position: relative;
	left: -424px;
	display: inline-block;
	white-space:nowrap;
}
#song .data .items .pic {
	position: relative;
	display: inline-block;
	margin: 0 1px;
	width: 496px;
	height: 476px;
}
#song .data .items .pic img {
	width: 100%;
	height: 100%;
	z-index: 0;
}
#song .data .items .pic .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bgs.png) no-repeat -640px 0px;
	z-index: 1;
	pointer-events: none;
}
#song .data .items .playing .overlay {
	background-position: -640px -467px;
}
#song .data .items a.prev,
#song .data .items a.next {
	display: block;
	position: absolute;
	top: 106px;
	width: 53px;
	height: 122px;
	background: url(../images/buttons.png) no-repeat;
	z-index: 2;
}
#song .data .items a.prev {
	left: 0;
	background-position: -257px 0;
}
#song .data .items a.next {
	right: 0;
	background-position: -310px 0;
}
#song .data .items .pic .opts {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 92px;
	height: 92px;
	background: url(../images/buttons.png) no-repeat -257px -122px;
	z-index: 2;
}
#song .data .info {
	display: inline-block;
	padding: 0 66px;
	height: 160px;
	background: url(../images/bgs.png) no-repeat 0 -774px;
}
#song .data .info .progress {
	display: inline-block;
	position: relative;
	margin-top: 17px;
	margin-bottom: 14px;
	padding: 2px;
	width: 500px;
	height: 10px;
	overflow: visible;
	background: url(../images/bgs.png) no-repeat 0 -934px;
}
#song .data .info .progress .slider {
	display: inline-block;
	position: relative;
	top: -16px;
	left: -16px;
	padding: 0 17px 0 16px;
	width: 14px;
	height: 47px;
	background: url(../images/buttons.png) no-repeat -168px 0;
	z-index: 1;
}
#song .data .info .progress .fill {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 0;
	height: 10px;
	z-index: 0;
	background: url(../images/xbgs.png) #42effe repeat-x 0 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#song .data .info .time {
	display: inline-block;
	float: right;
	margin-top: -10px;
	font-family: "Myriad Pro", "Helvetica";
	font-size: 38px;
	color: #4c4c4c;
	text-shadow: 2px 2px 2px #ffffff;
}
#song .data .info h1 {
	margin: 0;
	padding: 0;
	font-size: 31px;
	color: #333333;
	line-height: 39px;
	text-shadow: 2px 2px 2px #ffffff;
}
#song .data .info h2 {
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", "Helvetica";
	font-size: 25px;
	line-height: 31px;
	font-weight: normal;
	color: #333333;
	text-shadow: 2px 2px 2px #ffffff;
}
#player {
	position: relative;
	top: 65px;
	display: block;
	height: 129px;
	background: url(../images/bgs.png) no-repeat 0 -542px;
}
#player .pic {
	display: block;
	position: absolute;
	top: 11px;
	left: 19px;
	padding: 3px;
	width: 97px;
	height: 97px;
	background: url(../images/bgs.png) no-repeat 0 -671px;
}
#player .pic img {
	width: 97px;
	height: 97px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
#player .prev,
#player .next {
	display: block;
	position: absolute;
	top: 32px;
	width: 60px;
	height: 60px;
	background: url(../images/buttons.png) no-repeat;
}
#player .prev {
	left: 169px;
	background-position: 0 -249px;
}
#player .prev:active {
	background-position: 0 -309px;
}
#player .next {
	right: 171px;
	background-position: -60px -249px;
}
#player .next:active {
	background-position: -60px -309px;
}
#player .play,
#player .pause {
	display: block;
	position: absolute;
	top: 18px;
	left: 275px;
	width: 88px;
	height: 88px;
	background: url(../images/buttons.png) no-repeat;
	z-index: 1;
}
#player .play {
	background-position: -120px -249px;
}
#player .play:active {
	background-position: -208px -249px;
}
#player .pause {
	background-position: -296px -249px;
}
#player .pause:active {
	background-position: -384px -249px;
}
#player .fav {
	display: block;
	position: absolute;
	top: 27px;
	right: 49px;
	width: 67px;
	height: 67px;
	background: url(../images/buttons.png) no-repeat -472px -249px;
}
#player .fav:active {
	background-position: -472px -316px;
}
#player #timer {
	display: block;
	position: absolute;
	top: 14px;
	left: 271px;
	width: 96px;
	height: 96px;
	z-index: 0;
}
ul, li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.hive {
	padding: 2px;
}
ul.hive li {
	margin: 2px;
	float: left;
	width: 208px;
	height: 208px;
	background: none;
}
ul.hive li h3 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	padding: 10px;
	width: 188px;
	height: auto;
	font-family: "Myriad Pro", "Helvetica";
	font-weight: normal;
	text-shadow: 2px 2px 2px #000000;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	z-index: 2;
}
ul.hive li h3 .title {
	font-size: 26px;
	line-height: 32px;
}
ul.hive li h3 .subtitle {
	font-size: 21px;
	line-height: 26px;
}
ul.hive li h3 a,
ul.hive li h3 a:hover {
	display: block;
	width: 100%;
	height: 100%;
    text-decoration: none;
    color: #f1f1f1;
}
ul.hive li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	z-index: 0;
}
#content ul.hive li .overlay {
	display: block;
	z-index: 1;
	background: url(../images/bgs.png) no-repeat -640px -952px;
}

ul.list li {
	padding: 0 20px;
	height: 100px;
	background: url(../images/xbgs.png) #eaeaea repeat-x 0 -10px;
}
ul.list li .pic {
	display: inline-block;
	position: relative;
	top: 11px;
	padding: 3px 2px;
	width: 79px;
	height: 80px;
	background: url(../images/bgs.png) no-repeat -103px -671px;
}
ul.list li .pic img {
	width: 75px;
	height: 74px;
}
ul.list li h3 {
	display: inline-block;
	position: relative;
	top: 10px;
	left: 20px;
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", "Helvetica";
	font-weight: normal;
	font-size: 31px;
	line-height: 44px;
	text-shadow: 2px 2px 2px #ffffff;
}
ul.list li h3 .subtitle {
	position: relative;
	top: -10px;
	font-size: 25px;
	line-height: 33px;
}
ul.list li h3 a,
ul.list li h3 a:hover {
	display: block;
	width: 100%;
	height: 100%;
    text-decoration: none;
    color: #333333;
}
ul.list li .time {
	display: block;
	position: absolute;
	top: 30px;
	right: 20px;
	font-family: "Myriad Pro", "Helvetica";
	font-weight: normal;
	font-size: 38px;
	line-height: 38px;
	color: #666666;
	text-shadow: 2px 2px 2px #ffffff;
}
/************************************************************************************************/

.dialog {
	display: none;
    position: absolute;
    top: 0;
	right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
}
.pop_up {
	margin: 58px auto 0 auto;
	padding: 90px;
	width: 458px;
	height: 378px;
	background: url(../images/bgs.png) no-repeat 0 -948px;
}
.pop_up h1 {
	margin: 25px auto 15px auto;
	padding: 0;
	font-size: 32px;
	line-height: 60px;
	color: #323232;
	text-align: center;
	text-shadow: 2px 2px 2px #ffffff;
}
.pop_up .button {
	display: block;
	margin: 0 auto;
	width: 342px;
	height: 38px;
	line-height: 38px;
	font-family: "Myriad Pro", "Helvetica";
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	border-width: 17px 18px 24px 18px;
	border-image: url(../images/btn_bg.png) 17 18 24 18 repeat;
	-moz-border-image: url(../images/btn_bg.png) 17 18 24 18 repeat;
	-webkit-border-image: url(../images/btn_bg.png) 17 18 24 18 repeat;
}
.pop_up .red {
	border-image: url(../images/btnr_bg.png) 17 18 24 18 repeat;
	-moz-border-image: url(../images/btnr_bg.png) 17 18 24 18 repeat;
	-webkit-border-image: url(../images/btnr_bg.png) 17 18 24 18 repeat;
}
