﻿div.slider_body
{
    width: 200px;
    margin: 0;
    background-color: #27384a;
    height: 15px;
    position: relative;
}

div.slider_body div.handle_min
{
	position: absolute;
    width: 15px;
    height: 15px;    
    background-image:url(/vomini/commun/img/slider/handle_left.png);
    cursor: pointer;
}

div.slider_body div.handle_max
{
	position: absolute;
    width: 15px;
    height: 15px;    
    background-image:url(/vomini/commun/img/slider/handle_right.png);
    cursor: pointer;
}

div.slider_body div.slider_track
{
	width: 200px;
}

div.slider_border 
{
	width: 200px;
	border:1px solid white;
}

div.slider_title
{
	width: 200px;
	height: 13px;
	position: relative;
	text-align: center;
}

div.slider_min_value 
{
	position: absolute;
	top: 0px;
	left:0px;
	height: 13px;
}

div.slider_max_value 
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 13px;
	text-align: right;
}

div.slider
{
    width: 256px;
    margin: 0;
    background-color: #676d6c;
    height: 10px;
    position: relative;
}
div.slider div.handle
{
    width: 10px;
    height: 15px;
    background-color: #0099FF;
    cursor: move;
    position: absolute;
}
