﻿@charset "UTF-8";
#container_slider,
#container_slider_area{ 
 	position:relative; z-index:0; float:left;
}
#demo_bg,
#demo_bg_area {
	position: relative;
	top:0;
	background:url(../images/bar.png) no-repeat 11px 8px;
	height:30px;
	width:310px;
	margin-right:30px;
}
#demo_bg_area {
/*top:50px;*/
}
#demo_bg div,
#demo_bg_area div {
	position: absolute;
	cursor: default;
	top: 2px;
	
}
#demo_highlight,
#demo_highlight_area {
	position: absolute;
	background:url(../images/bar_highlight.png) top left repeat-x;
	top: 8px;
	left: 20px;
	height: 11px;
	width: 288px;
}
