a {
	cursor: pointer;
}

.playerContainer {
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-family: sans-serif;
	color: #AFAFAF;
	overflow: visible;
	background-color: black;
	margin: 0 auto;
	position: fixed;
}

.wrapper {
	margin: 0 auto;
	width: 90%;
}

.jp-volume-bar {
	height: 50px;
	width: 100px;
	display: inline-block;
}
.jp-volume-bar-value {
	margin: 20px 0px 20px 0px;
	height: 10px;
	background-color: #AFAFAF;
	border-left: 2px solid #AFAFAF;
	vertical-align: middle;
}
.jp-volume-controls {
	height: 50px;
	width: 200px;
	text-align: center;
}

.jp-controls, .menu-btn, .thumbnailDiv {
	height: 50px;
	width: 50px;
	text-align: center;
}
.logoDiv {
	height: 50px;
	width: auto;
}

#logoImage, #thumbnailImage {
	height: 38px;
	margin-top: 6px;
	margin-right: 10px;
	width: auto;
}

.jp-controls a, .jp-volume-controls a, .menu-btn a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

.now-playing-text {
	color: white;
	margin: 0;
	padding-left: 20px;
	line-height: 50px;
	font-size: 18px;
}
.now-playing-text span {
	width: 200px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.now-playing span {
	font-size: 14px;
}


#unmute {
	color: red;
}


/*************************
********* MENU *********
*************************/
#vtradio-menu {
	/*width: 32%;*/
	min-width: 200px;
	padding-bottom: 20px;
	position: fixed;
	bottom: 50px;
	left: 34%;
	background-color: #393939;
	color: white;
	z-index: 999999;
	text-align: center;
	border: 5px solid black;
	border-bottom: 0;
	display: none;
}

#vtradio-menu .menuBar {
	background-color: black;
	height: 25px;
	padding-right: 5px;
	margin-bottom: 20px;
	cursor: pointer;
}

#vtradio-menu .menuRow  {
	width: 100%;
}

#vtradio-menu .menuBtn {
	width: 150px;
	text-decoration: none;
	padding: 5px 0 5px 0;
	margin: 5px;
	display: inline-block;
	background-color: #393939;
	color: white;
	border: 2px solid gray;
	border-radius: 5px;
}

#vtradio-menu .menuBtn:hover {
	background-color: white;
	color: #393939;
}