/*
 * 
 */

.wSlideControl {
	margin: 25pt;
	float: left;
}

.wSlideControl h1 {
	margin: 0pt;
}

.wSlideControl .m {
	background: url('/images/lmain.gif');
	background-repeat: no-repeat;
	font-size: 10pt;
	height: 20px;
	width: 70px;
	float: left;
}

.wSlideControl .m .b {
	margin-top: 0.5pt;
	text-align: center;
	font-size: 9pt;
}

.wSlideControl .l {
	float: left;
	margin-right: 5pt;
	margin-top: -1pt;
}

.wSlideControl .r {
	float: left;
	margin-left: 3pt;
	margin-top: -1pt;
}

.timeline-content {
	margin-bottom: 12pt;
	width: 80%;
	overflow: hidden;
	clear: both;
}
.timeline-content a { font-size: 10pt; color: black; }
#timeline-content-inner {
	width: 1000%;
}

#timeline-slider {
	margin-top: 12pt;
	margin-bottom: 18pt;	
}

/* jquery ui */
.ui-slider { position: relative; text-align: left;  }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; cursor: pointer; width: 18px; height: 18px; background: url(/images/slider-knob.png); background-repeat: no-repeat; }
.ui-slider-horizontal .ui-slider-handle { top: -8px; margin-left: -6px; border: 0px;  }
.ui-slider-horizontal { height: 5px; border: 0px; }
.ui-widget-content { background: url(/images/slider-track.png); background-repeat: repeat-x; }
