/**
 * progress slider
 */
#lite3-progressbar {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
}

#lite3-progressbar .ui-slider {
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
}

#lite3-progressbar .ui-slider-handle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 7px;
	background-color: #ccc;
	z-index: 2;
	opacity: 0.7; filter: alpha(opacity = 70);
}


/**
 * volume slider
 */
.volume .ui-slider {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 8px;
	width: 80px;
	background: transparent url(/create/img/sprite-buttons.png) no-repeat 0 -299px;
}

.volume .ui-slider-handle {
	background: transparent url(/create/img/sprite-buttons.png) no-repeat -90px -300px;
	width: 22px;
	height: 22px;
    margin-left: -11px;
    margin-top: -7px;
    position: absolute;
	border-radius: 12px 12px 12px 12px;
    box-shadow: 1px 1px 10px #000000;
}

.volume .ui-slider-handle.ui-state-active {
	background-position: -112px -300px;
}

.volume .minus {
    position: absolute;
	top: 0;
	left: 0;
}

.volume .plus {
    position: absolute;
	top: 0;
	right: 0;
}

.volume .level {
    font-weight: bold;
    position: absolute;
    left: 95px;
    top: -3px;
	text-align: left;
	background-color: #3399FF;
    border-radius: 3px;
	padding: 0 2px;
}