
/* overall box */
#slider-div {
    position: relative;
	width: 190px;
	height: 30px;
	border: 1px solid #ccc;
	margin: 5px 10px;
}
/* score box on the right */
#slider-score-div {
	position: absolute;
	font-size: 15px;
	font-weight: bold;

	text-align: center;

	/* with padding 40x40 */
	width: 20px;
	height:20px;

	padding: 5px;

	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

	background-color: #eee;

	top: 0;
	left:160px;
}
#clear-rating {
	position: absolute;
	left:1px;
	z-index: 10;
}

/* YUI components */
#sliderbg {
    position: relative;
    left: 10px;
    height: 30px;
    width: 160px;
}
#sliderthumb {
	position: absolute;
	top: 13px;
}
