/* 
layout - top
*/
#lite3-top {
	height: 80px;
	width: 100%;
	position: relative;
	border-radius: 5px 5px 0px 0px;
}

#lite3-top-info {
	font-family: "digital", arial, serif;
	text-shadow: 0px 1px 0px #eee;
	height: 60px;
	margin-right: 187px;
	position: relative;
	top: 10px;
	left: 10px;
	background-color: #ccc;
	border-radius: 5px;
	box-shadow: 0 0 2px 0 #000 inset;
	background: -moz-linear-gradient(#ccc 50%, #bbb 60%);
	background: -webkit-linear-gradient(#ccc 50%, #bbb 60%);
	background: -o-linear-gradient(#ccc 50%, #bbb 60%);
}

#lite3-top-info-right {
	height: 50px;
	border-left: solid 1px #888;
	position: absolute;
	top: 5px;
	right: 0;
	padding: 0 10px;
}

#lite3-top-slotinfo {
	font-size: 25px;
	white-space: nowrap;
	padding-left: 10px;
	margin-right: 110px;
	overflow: hidden;
	line-height: 60px;
}

/* timer */
#lite3-top-timer {
    font-size: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}

/* tempo */
#lite3-top-tempo {
	font-size: 15px;
	line-height: 15px;
}


/* spectrum */
#lite3-spectrum {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 153px;
	height: 60px;
	padding: 0;
	margin: 0;
	border: none;
}

#lite3-spectrum button {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: url("/create/img/sprite-buttons.png") no-repeat scroll -109px -340px transparent;
	visibility: hidden;
}

#lite3-spectrum:hover button {
	visibility: visible;
}

#lite3-spectrum button.disabled {
	background-position: -89px -340px;
}
