﻿.slider
{
	/*background-color:#ffffff;*/
}
.ticks
{
	margin-top:19px;
	height:3px;
	width:2px;
	background-color:#dddddd;
}
.grip 
{
	background-image:url('../images/Slider/grip.png');
	height:19px;
	width:11px;
	cursor: pointer;
	cursor: hand;
	z-index:1;
}
.grip_hover
{
	background-image:url('../images/Slider/grip_hover.png');
	height:19px;
	width:11px;
	cursor: pointer;
	cursor: hand;
	z-index:1;
}
.track
{
	background-image:url('../images/Slider/track.gif');
	height:20px;
	cursor: pointer;
	cursor: hand;
}
.decrease_track
{
	background-image:url('../images/Slider/decrease_track.gif');
	height:20px;
	cursor: pointer;
	cursor: hand;
}
.decrease
{
	background-image:url('../images/Slider/decrease.gif');
	width:12px;
	height:20px;
	cursor: pointer;
	cursor: hand;
}
.increase
{
	background-image:url('../images/Slider/increase.gif');
	width:12px;
	height:20px;
	cursor: pointer;
	cursor: hand;
}