#container
{
	width:160px;
	height:50px;
	padding-left:0px;
}

#track
{
	width:154px;
	height:50px;
	background-image: url('/img/rating/slidebar_background2.png');
	background-repeat:no-repeat;
}

#slider
{
	width:154px;
	height:50px;
	background-image: url('/img/rating/slidebar_foreground2.png');
	background-repeat:no-repeat;		
}

#handle
{
	width:28px;
	height:60px;		
	background-image: url('/img/rating/slidebar_handle.png');
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}


