1. $wp_custom->add_control( new WM4_Customize_Slider_Control( $wp_custom,
  2.                                'idforslider',
  3.                                array( 'priority'  => 1,
  4.                                   'label'     => 'Label for this slider',
  5.                                   'section'   => 'Menu Section to put the Control under',
  6.                                   'settings'  => options['idforslider'],
  7.                                  )
  8.                                   )
  9.             );