/*
#Slider { position: absolute; top: 0px; right: 0px; display: block; width: 16px; height: 131px; }
#SliderFiller { position: absolute; top: 8px; left: 0px; bottom: 8px; right: 0px; display: block; width: auto; height: auto; background: transparent url(../images/slider_filler.gif) repeat-y top left; }
#SliderTop { position: absolute; top: 0; left: 0; display: block; width: 16px; height: 8px; background: transparent url(../images/slider_top.png) no-repeat top left; z-index: 8000; }
#SliderBottom { position: absolute; bottom: 0; left: 0; display: block; width: 16px; height: 8px; background: transparent url(../images/slider_bottom.png) no-repeat top left; z-index: 8000; }
#SliderThumb { position: absolute; top: 0; left: 0; display: block; width: 16px; height: 26px; background: transparent url(../images/slider_thumb.png) no-repeat top left; z-index: 8001; }

#SidebarList #Slider { position: absolute; top: 10px; right: 10px; display: block; width: 16px; height: 339px; }
#SidebarList #SliderFiller { position: absolute; top: 8px; left: 0px; bottom: 8px; right: 0px; display: block; width: auto; height: auto; background: transparent url(../images/slider_filler.gif) repeat-y top left; }
#SidebarList #SliderTop { position: absolute; top: 0; left: 0; display: block; width: 16px; height: 8px; background: transparent url(../images/slider_top.png) no-repeat top left; z-index: 8000; }
#SidebarList #SliderBottom { position: absolute; bottom: 0; left: 0; display: block; width: 16px; height: 8px; background: transparent url(../images/slider_bottom.png) no-repeat top left; z-index: 8000; }
#SidebarList #SliderThumb { position: absolute; top: 0; left: 0; display: block; width: 16px; height: 26px; background: transparent url(../images/slider_thumb.png) no-repeat top left; z-index: 8001; }
*/

.Slider { position: absolute; top: 0px; right: 0px; display: block; width: 16px; height: 131px; z-index: 7999; }
.SliderFiller { position: absolute; top: 8px; left: 0px; bottom: 8px; right: 0px; display: block; width: auto; height: auto; background: transparent url(../images/slider_filler.gif) repeat-y top left; }
.SliderTop { position: absolute; top: 0; left: 0; display: block; width: 16px; height: 8px; background: transparent url(../images/slider_top.png) no-repeat top left; z-index: 8000; }
.SliderBottom { position: absolute; bottom: 0; left: 0; display: block; width: 16px; height: 8px; background: transparent url(../images/slider_bottom.png) no-repeat top left; z-index: 8000; }
.SliderThumb { position: absolute; top: 0; left: 0; display: block; width: 16px; height: 26px; background: transparent url(../images/slider_thumb.png) no-repeat top left; z-index: 8001; }

.Slider_B { position: absolute; top: 0px; right: 0px; display: block; width: 16px; height: 131px; z-index: 7999; }
.SliderFiller_B { position: absolute; top: 8px; left: 0px; bottom: 8px; right: 0px; display: block; width: auto; height: auto; background: transparent url(../images/slider_filler_black.png) repeat-y top left; }
.SliderTop_B { position: absolute; top: 0; left: 0; display: block; width: 16px; height: 8px; background: transparent url(../images/slider_top_black.png) no-repeat top left; z-index: 8000; }
.SliderBottom_B { position: absolute; bottom: 0; left: 0; display: block; width: 16px; height: 8px; background: transparent url(../images/slider_bottom_black.png) no-repeat top left; z-index: 8000; }
.SliderThumb_B { position: absolute; top: 0; left: 0; display: block; width: 16px; height: 26px; background: transparent url(../images/slider_thumb_black.png) no-repeat top left; z-index: 8001; }


/* PAGE SPECIFIC HEIGHTS */
body#isFloorplans #Slider { position: absolute; top: 10px; right: 10px; display: block; width: 16px; height: 339px; }