#juke-container {
	position: absolute;
	width: 730px;
	z-index: 1;
}

#juke-header {
	height: 36px;
	border-bottom: 4px solid black;
	margin-bottom: 10px;
	padding-top: 23px;
}

#juke-player {
	height: 437px;
	border-bottom: 1px solid black;
}

#juke-player-video {
	width: 640px;
	height: 360px;
	background-color: black;
	margin-bottom: 16px;
}

#juke-player-bottom {
	height: 76px;
	float: left;
}

#juke-player-controls {
	width: 250px;
	float: left;
}

#jb-big-volume-slider {
	position: relative;
	top: -8px;
}

#juke-player-title {
	float: left;
	width: 390px;
}

#juke-info {
	width: 750px;
}

#juke-info-text {
	width: 230px;
	float:left;
	height: auto;
	margin-right: 20px;
}

#juke-player-buttons {
	width: 125px;
	float: left;
}

#juke-player-volume {
	width: 64px;
	float: left;
}

#jb-big-state-pause {
	display: none;
}

.track-item {
	width: 230px;
	height: 105px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.track-thumb {
	width: 120px;
	height: 90px;
	float: left;
	margin-right: 10px;
}

.track-title {
	width: 100px;
	float: left;
}