﻿ #sliderbg{
    position: relative;
    height: 50px;
    width: 150px;
    background-image: url(images/sliderbg.gif);
    background-repeat: repeat-x;
    }
    #mindiv{
    position:absolute;
    height:30px;
    width:14px;
    }
    #maxdiv{
    position:absolute;
    height:30px;
    width:14px;
    }
    #minspan {
    font-weight: bold;
    font-size: 10pt;
    color: #b00000;
    font-family: arial;
    text-align: left;
    }
    #maxspan {
    font-weight: bold;
    font-size: 10pt;
    color: #b00000;
    font-family: arial;
    text-align: right;
    }
    .slider_rail
{
	position: relative;
	background: url(images/sliderbg.gif) repeat-x;
	height: 22px;
	width: 150px;
}

