#slider-container {
	position:relative;
	height:30px;
	overflow:hidden;
	margin:5px;
	width:600px;
	background: #f5f5e1
}


div#sliderbar {
	position:absolute;
	background: url(../images/slidebg.gif) repeat-x;
	background-position:0px 6px;
	width:3000px;
	height:30px;
	cursor:pointer;
}

div.slideYear {
	position:relative;
	height:23px;
	float:left;
	border:0px solid #cc6600;
	border-left-width:1px;
	top:3px;
	font:.7em Arial,Helvetica,Verdana,sans-serif;
	color:#994c00;
}

div.slideMonth {
	height:16px;
	border:0px solid #cccc99;
	border-left-width:1px;
	position:absolute;
	float:left;
	top:7px;
	font:.7em Arial,Helvetica,Verdana,sans-serif;
	color:#999900;
}

div.firstMonth {
	border-left-width:0px;
}

span#lefthandle, span#righthandle {
	background-color: #393;
	position:absolute;
	top:0;
	width:1px;
	cursor:w-resize;
	height:27px;
	display:block;
	z-index:1;
}

div#shiftpanel {
	top:0;
	position:absolute;
	height:26px;
	background-color: #393;	
	filter:alpha(opacity=20);
	-moz-opacity:.2;
	opacity:.2;
	z-index:0;
	/*border: 1px solid #006600*/
}