.sliderbar {
	display: block; 
	float: left;
	position: relative;
	width: 100%; 
	height: 20px; 
	margin: 0px; 
	padding: 0px; 
	top: 0px;
	left: 0px;
}
.bar {
	display: block; 
	overflow:visible;
	float: left; 
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px; 
	padding: 0px;  
	width: 180px; 
	height: 100%;  
	background:url(/img/slider-bg.gif) center no-repeat;
}
.cursor  {
	display: block; 
	float: left; 
	margin:0px;
	cursor: pointer;
	height: 21px;
	width: 15px; 
	background:url(/img/slider.png) center no-repeat;
}
.leftbar {
	position: relative;
	display: block; 
	float: left; 
	margin: 0px; 
	padding: 0px; 
	width: 75px; 
	height: 100%;
	/*border:1px solid green;*/
}
.rightbar {
	display: block; 
	float: left; 
	margin: 0px; 
	padding: 0px;  
	width: 75px; 
	height: 100%;
	/*border:1px solid yellow;*/
}
