#menuRooms{
	position: absolute;
	right: 10px;
	top: 290px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuRooms li{
	display: inline;
	margin-right: 1px;
	color: #fff;
	background: #353635;
}

#menuRooms li a{
	background: #353635;
	color: #fff;
	line-height: 1em;
	padding: 2px 4px 2px 35px;
	text-align: right;
	text-decoration: none;
}

#menuRooms li a#currentRoom{
	background: #26B0BD;
	color: #fff;
	line-height: 1em;
	padding: 2px 4px 2px 35px;
	text-align: right;
	text-decoration: none;
}

#menuRooms li a:hover, #menuRooms li a:focus, #menuRooms li a:active{ background: #26B0BD; }

#counter{
	position: absolute;
	width: auto;
	right: 10px;
	top: 10px;
	background: #353635;
}

#counterText{
	color: #fff;
	padding: 4px 4px;
}

#playpause{ right: 50px; }