:link:focus, :visited:focus {
outline: none;
} 
:link:focus, :visited:focus {
-moz-outline: none;
} 
*{
/* Prevent any object from being highlighted upon touch event*/
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor:default;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	overflow:hidden;
}
body {
	margin:0px;
	padding:0px;
	font-size:16px;
	background:#333;
	height:100%;
	width:100%;
	overflow:hidden;
	font-family: Verdana, sans-serif;
}		
#topbar {
	visibility:hidden;
	position:absolute;
	display:block;
	top:5px;
	left:0px;
	z-index:100;
	height:88px;
	width:100%;
	background:#555;
  background-image:url('gfx/bg_top.png');
	background-repeat:repeat-x;
	background-position:0 0px;
  -webkit-border-radius: 6px 6px 6px 6px; 
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px;

}
#logo {
	position:absolute;
	display:block;
	left:12px;
	top:1px;
	width:110px;
	height:55px;
  background-image:url('gfx/logo3.png');
  background-size:100px 55px;
	background-repeat:no-repeat;
}
#playerbuttons {
	border:0px solid #aaa;
	height:40px;
	position:absolute;
	top:10px;
	left:135px;
	display:block;
}
#prev:hover, #playpause:hover, #next:hover {cursor:pointer;}
#prev, #playpause, #stop, #next
{
	background-image: url('gfx/new_buttons_all.png');
	background-position: -24px -18px;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	float:left;
	display:block;
	margin: 0px 0px;
	border:0px solid #aaa;	
}


#next, #prev {
	margin-top:3px;
}
#playpause {
	width: 41px;
	height: 41px;
}
#pause{
	display:none;
}
#playpause{background-position: -35px -11px;}
li.#playpause:hover{background-position: -35px -73px}
#prev{background-position: 0 -13px;}
li.#prev:hover{background-position: 0 -75px;}
#pause{background-position: -114px -12px;}
li.#pause:hover{background-position: -114px -74px;}
#next{background-position: -75px -13px;}
li.#next:hover{background-position: -75px -75px;}


#projwindow {
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	font-family: Verdana, sans-serif;
	font-size:.7em;
	letter-spacing:0px;
	border:0px solid #bbb;
	color:#999;
	z-index:75;
	padding:0px;
	overflow:hidden;
	background:#333;
}
#content1 {
	padding:0px;
	position:relative;
	display:block;
	cursor:hand;
}
img {
	border:0px solid #fff;
}
h1 {
	position:absolute;
	font-size:2em;
	letter-spacing:0px;
	white-space: nowrap;
	margin:0px;
}	
#sliderbar {
	position:absolute;
	display:block;
	top:35px;

	visibility:hidden;
	padding: 0px;
	width: 30px;
	height:530px;
	text-align:left;
  background:#333;
  border:0px solid #333;
	}
	
#slider {
	height: 126px;
	width:15px;
	left:10px;
	position: absolute;
	cursor:pointer;
	cursor:hand;
	background:#606060;
  -webkit-border-radius: 4px 4px 4px 4px; 
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px;
}
#progressbar {
	position:absolute;
	top:60px;
	left:8px;
	display:block;
	width:100px;
	height:20px;
	background:#333;
  -webkit-border-radius: 4px 4px 4px 4px; 
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px;
  overflow:hidden;
}
#scrolltext {
	position:absolute;
	z-index:35;
	font-size:0.7em;
	line-height:1.8em;
	height:17px;
	letter-spacing:0px;
	color:#888;
	left:5px;
	top:0px;
  overflow:hidden;
}
#scrolltexttxt {
	position:relative;
	white-space: nowrap;
	display:inline-block;
	top:0px;
}
#progressslider {
	position:absolute;
	display:block;
	height:20px;
	width:1px;
	background:#F0F03D;
  -webkit-border-radius: 4px 4px 4px 4px; 
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px;
	z-index:25;
}
#preloader {
	position:absolute;
	display:block;
	height:20px;
	width:1px;

  -webkit-border-radius: 4px 4px 4px 4px; 
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px;
	z-index:15;
	opacity:0.1;
	background-image:url('gfx/loading_bar_bw.gif');
	background-size: 20px 15px;
}

.itema {
	background:#303030;
}
.itemb {
	background:#383838;
}
.item {
	height:23px;
	border-bottom:1px solid #666;
}
li.item:hover {
	background:#aaa;
	color:#000;
}
.item img {
	float:left;
	margin-right:10px;
	margin-left:5px;
	position:relative;
	top:3px;
}
#tracktitle {
	float:left;
	position:relative;
	height:23px;
	width:70%;
	line-height:23px;
	overflow:hidden;
  white-space: nowrap;
}
#tracktime {
	float:right;
	position:relative;
	top:5px;
	right:5px;
}
.infoitem {
	padding-top:10px;
	padding-left:30px;
	padding-right:15px;
	border-bottom:1px solid #666;
	font-size:1.2em;
	line-height:1.4em;
}
.infoitem img {
	max-width:100%;

}

#playtime {
	font-size:0.7em;
	line-height:1.8em;
	letter-spacing:0px;
	color:#888;
	position:relative;

	height:15px;
	right:8px;
}