Hi,
Looks like you’d have to customize slider.php. Look into this Codex page about Wp_Query. In the arguments you could set something like
'post_type' => array('post', 'page'),
This is far from a complete answer but it may help point you in the right direction. If you aren’t comfortable with code you could always search for a plugin that offers this feature.
Good Luck!
Mod edit: Code fixed