/*vertical slider*/
.vertSliderContainer
{   
    position:relative;            
    width:100px;
    padding:10px;
}
.vertSliderNarrowContainer
{   
    position:relative;            
    width:50px;
    padding:10px;
}
.vertSlider
{ 
    position:relative;
    left:0px;
    top:0px;
    width:36px;
}
.vertSliderTrack
{ 
    position:relative;
    float:left;            
    width:31px;
    z-index:2;
    background:url(../images/slider.vert.track.gif) repeat-y; 
}
.vertSliderTrackRed
{ 
    position:relative;
    float:left;            
    width:31px;
    z-index:2;
    background:url(../images/slider.vert.track.red.gif) repeat-y; 
}
.vertSliderTrack65658D
{ 
    position:relative;
    float:left;            
    width:31px;
    z-index:2;
    background:url(../images/slider.vert.track.65658D.gif) repeat-y; 
}
.vertSliderTrack81B8C9
{ 
    position:relative;
    float:left;            
    width:31px;
    z-index:2;
    background:url(../images/slider.vert.track.81B8C9.gif) repeat-y; 
}
.vertSliderTrackB4B4B4
{ 
    position:relative;
    float:left;            
    width:31px;
    z-index:2;
    background:url(../images/slider.vert.track.B4B4B4.gif) repeat-y; 
}
.vertSliderTrackD28A98
{ 
    position:relative;
    float:left;            
    width:31px;
    z-index:2;
    background:url(../images/slider.vert.track.D28A98.gif) repeat-y; 
}
.vertSliderTrackD9C272
{ 
    position:relative;
    float:left;            
    width:31px;
    z-index:2;
    background:url(../images/slider.vert.track.D9C272.gif) repeat-y; 
}
.vertSliderTrackDDB677
{ 
    position:relative;
    float:left;            
    width:31px;
    z-index:2;
    background:url(../images/slider.vert.track.DDB677.gif) repeat-y; 
}
.vertSliderTrackE5AE59
{ 
    position:relative;
    float:left;            
    width:31px;
    z-index:2;
    background:url(../images/slider.vert.track.E5AE59.gif) repeat-y; 
}
.vertSliderTrackFEFED3
{ 
    position:relative;
    float:left;            
    width:31px;
    z-index:2;
    background:url(../images/slider.vert.track.FEFED3.gif) repeat-y; 
}
.vertSliderKnob
{
    position:absolute;
    left:0px;
    top:0px;
    z-index:3;
}
.vertSliderLabels
{
    margin-left:5px;
    float:left;
}

/*horizontal slider*/
.horzSliderContainer
{   
    position:relative;            
    height:50px;
    padding:10px;
}
.horzSlider
{ 
    position:relative;
    left:0px;
    top:0px;
    height:36px;
}
.horzSliderTrack
{ 
    position:relative;                        
    height:31px;
    z-index:2;
    background:url(../images/slider.horz.track.gif)  repeat-x; 
}
.horzSliderKnob
{
    position:absolute;
    left:0px;
    top:0px;
    z-index:3;
}
.horzSliderLabels
{
    margin-top:5px;
}
