﻿div.SliderWrapper
{
	position:relative; 
	width:100%; 
	height:100%;
	overflow: hidden;
}

div.SliderRail
{
	position:relative;
	background: url('img/Slider.gif') repeat-y;
	height:100px;/*100% does not work for IE so set it run time*/
	width:16px;
	margin-left: 2px;
	margin-top: 5px;
	cursor:pointer;
}
div.SliderHandle
{
	margin-left: 2px;
	position:absolute;
	height:16px;
	width:12px;
	cursor:pointer;
}

div.SliderMiddleHandle
{
	background:url('img/SliderHandleMiddle.gif') repeat-y;
	height:4px;
	width:12px;
	cursor:pointer;
}