﻿.grip
{
	background-image: url(   '/img/slider/grip.png' );	
	height: 28px;
	width: 11px;
	cursor: pointer;
	cursor: hand;
}
.grip_hover
{
	background-image: url(   '/img/slider/grip_hover.png' );
	height: 28px;
	width: 11px;
	cursor: pointer;
	cursor: hand;
}
.track
{
	background-image: url(   '/img/slider/track3.png' );
	height: 30px;
	cursor: pointer;
	cursor: hand;
}
.decrease
{
	background-image: url(   '/img/slider/decrease.png' );
	width: 26px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
}
.decrease_hover
{
	background-image: url(   '/img/slider/decrease_hover.png' );
	width: 26px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
}
.increase
{
	background-image: url(   '/img/slider/increase.png' );
	width: 26px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
}
.increase_hover
{
	background-image: url(   '/img/slider/increase_hover.png' );
	width: 26px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
}
.tick
{
	margin: 35px 0px 0px -3px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	writing-mode: tb-rl;
	filter: flipH() flipV();
}
/* Thermomter popup */
.thermometer-popup { padding:3px;border:1px solid #666;background:#fff; }
