style "scrollbar" = "default"
{
  engine "pixmap" 
  {

    image 
    {
      function			= BOX
      recolorable		= TRUE
      detail				= "trough"
      file				= "Images/Scrollbars/trough-scrollbar-horiz.gif"
      border			= { 19, 19, 2, 2 }
      stretch			= TRUE
      orientation		= HORIZONTAL
    }
    image 
    {
      function			= BOX
      recolorable		= TRUE
      detail				= "trough"
      file				= "Images/Scrollbars/trough-scrollbar-vert.gif"
      border			= { 2, 2, 19, 19 }
      stretch			= TRUE
      orientation		= VERTICAL
    }

###########x SLIDERS ##################x

  image 
    {
      function				= SLIDER
      recolorable			= TRUE
      state           			= NORMAL
      file				= "Images/Scrollbars/slider-horiz.gif" 
      border				= { 10, 10, 2, 2 }
      stretch				= TRUE
      orientation			= HORIZONTAL
      overlay_file			= "Images/Scrollbars/scroll-thumb.gif"
      overlay_stretch	= FALSE
      orientation			= HORIZONTAL
    }
  image 
    {
      function				= SLIDER
      recolorable			= TRUE
      state           			= ACTIVE
      shadow				= IN
      file				= "Images/Scrollbars/slider-horiz.gif" 
      border				= { 10, 10, 2, 2 }
      stretch				= TRUE
      orientation			= HORIZONTAL
      overlay_file			= "Images/Scrollbars/scroll-thumb.gif"
      overlay_stretch	= FALSE
      orientation			= HORIZONTAL
    }
    image 
    {
      function				= SLIDER
      recolorable			= TRUE
      state           			= PRELIGHT
#      file				= "Images/Scrollbars/slider-horiz-prelight.gif" 
      file				= "Images/Scrollbars/slider-horiz.gif" 
      border				= { 10, 10, 2, 2 }
      stretch				= TRUE
      orientation			= HORIZONTAL
      overlay_file			= "Images/Scrollbars/scroll-thumb.gif"
      overlay_stretch	= FALSE
      orientation			= HORIZONTAL
    }
    image 
    {
      function				= SLIDER
      recolorable			= TRUE
      state           			= INSENSITIVE
#      file				= "Images/Scrollbars/slider-horiz-insens.gif"
      file				= "Images/Scrollbars/slider-horiz.gif" 
      border				= { 10, 10, 2, 2 }
      stretch				= TRUE
      orientation			= HORIZONTAL
      overlay_file			= "Images/Scrollbars/scroll-thumb.gif"
      overlay_stretch	= FALSE
      orientation			= HORIZONTAL
    }

#############x verticals################xx

 image 
    {
      function				= SLIDER
      recolorable			= TRUE
      state           			= NORMAL
      file				= "Images/Scrollbars/slider-vert.gif" 
      border				= { 2, 2, 10, 10 }
#      border				= { 2, 2, 10, 10 }
      stretch				= TRUE
      orientation			= VERTICAL
      overlay_file			= "Images/Scrollbars/scroll-thumb.gif"
      overlay_stretch	= FALSE
      orientation			= VERTICAL
    }
   image 
    {
      function				= SLIDER
      recolorable			= TRUE
      state           			= ACTIVE
      shadow				= IN
      file				= "Images/Scrollbars/slider-vert.gif" 
      border				= { 2, 2, 10, 10 }
#     border				= { 4, 4, 10, 10 }
      stretch				= TRUE
      orientation			= VERTICAL
      overlay_file			= "Images/Scrollbars/scroll-thumb.gif"
      overlay_stretch	= FALSE
      orientation			= VERTICAL
    }
    image 
    {
      function				= SLIDER
      recolorable			= TRUE
      state           			= PRELIGHT
#      file				= "Images/Scrollbars/slider-vert-prelight.gif" 
      file				= "Images/Scrollbars/slider-vert.gif" 
      border				= { 2, 2, 10, 10 }
      stretch				= TRUE
      orientation			= VERTICAL
      overlay_file			= "Images/Scrollbars/scroll-thumb.gif"
      overlay_stretch	= FALSE
      orientation			= VERTICAL
    }
    image 
    {
      function				= SLIDER
      recolorable			= TRUE
      state           			= INSENSITIVE
#      file				= "Images/Scrollbars/slider-vert-insens.gif"
      file				= "Images/Scrollbars/slider-vert.gif"
      border				= { 2, 2, 2, 2 }
      stretch				= TRUE
      orientation			= VERTICAL
      overlay_file			= "Images/Scrollbars/scroll-thumb.gif"
      overlay_stretch	= FALSE
      orientation			= VERTICAL
    }
    image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= NORMAL
      file					= "Images/Scrollbars/stepper-up.gif"
      #border				= { 12, 2, 2, 9 }
      stretch				= TRUE
      arrow_direction	= UP
    }
 image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= PRELIGHT
#      file					= "Images/Scrollbars/stepper-up-prelight.gif"
      file					= "Images/Scrollbars/stepper-up.gif"
      #border				= { 12, 2, 2, 9 }
      stretch				= TRUE
      arrow_direction	= UP
    }
 image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= ACTIVE
      file					= "Images/Scrollbars/stepper-up-prelight.gif"
      #border				= { 12, 2, 2, 9 }
      stretch				= TRUE
      arrow_direction	= UP
    }
 image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= INSENSITIVE
#      file					= "Images/Scrollbars/stepper-up-insens.gif"
      file					= "Images/Scrollbars/stepper-up.gif"
      #border				= { 12, 2, 2, 9 }
      stretch				= TRUE
      arrow_direction	= UP
    }

 ######### DOWN ############

    image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= NORMAL
      file					= "Images/Scrollbars/stepper-down.gif"
      #border				= { 12, 2, 10, 2 }
      stretch				= TRUE
      arrow_direction	= DOWN
    }
 image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= PRELIGHT
#      file					= "Images/Scrollbars/stepper-down-prelight.gif"
      file					= "Images/Scrollbars/stepper-down.gif"
      #border				= { 12, 2, 10, 2 }
      stretch				= TRUE
      arrow_direction	= DOWN
    }
 image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= ACTIVE
      file					= "Images/Scrollbars/stepper-down-prelight.gif"
#      file					= "Images/Scrollbars/stepper-down.gif"
      #border				= { 12, 2, 10, 2 }
      stretch				= TRUE
      arrow_direction	= DOWN
    }
 image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= INSENSITIVE
#      file					= "Images/Scrollbars/stepper-down.gif"
      file					= "Images/Scrollbars/stepper-down-insens.gif"
      #border				= { 12, 2, 10, 2 }
      stretch				= TRUE
      arrow_direction	= DOWN
    }

############ RIGHT ################

    image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= NORMAL
      file					= "Images/Scrollbars/stepper-right.gif"
      #border				= { 2, 9, 2, 13 }
      stretch				= TRUE
      arrow_direction	= RIGHT
    }
 image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= PRELIGHT
      file					= "Images/Scrollbars/stepper-right.gif"
      #border				= { 2, 9, 2, 13 }
      stretch				= TRUE
      arrow_direction	= RIGHT
    }
 image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= ACTIVE
      file					= "Images/Scrollbars/stepper-right-prelight.gif"
      #border				= { 2, 9, 2, 13 }
      stretch				= TRUE
      arrow_direction	= RIGHT
    }
 image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= INSENSITIVE
      file					= "Images/Scrollbars/stepper-right-insens.gif"
      #border				= { 2, 9, 2, 13 }
      stretch				= TRUE
      arrow_direction	= RIGHT
    }

############### LEFT ###################

    image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= NORMAL
      file					= "Images/Scrollbars/stepper-left.gif"
      #border				= { 2, 9, 2, 13 }
      stretch				= TRUE
      arrow_direction	= LEFT
    }
  image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= PRELIGHT
      file					= "Images/Scrollbars/stepper-left.gif"
      #border				= { 2, 9, 2, 13 }
      stretch				= TRUE
      arrow_direction	= LEFT
    }
  image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= ACTIVE
      file					= "Images/Scrollbars/stepper-left-prelight.gif"
      #border				= { 2, 9, 2, 13 }
      stretch				= TRUE
      arrow_direction	= LEFT
    }
  image 
    {
      function				= STEPPER
      recolorable			= TRUE
      state					= INSENSITIVE
      file					= "Images/Scrollbars/stepper-left-insens.gif"
      #border				= { 2, 9, 2, 13 }
      stretch				= TRUE
      arrow_direction	= LEFT
    }
  }
}


