to include: put the js and css files in the same directory like your style.css and try in your header
<link href=”<?php bloginfo(‘stylesheet_directory’); ?>/flexcrollstyles.css” rel=”stylesheet” type=”text/css” />
<script type=”text/javascript” src=”<?php bloginfo(‘stylesheet_directory’); ?>/flexcroll.js”></script>
works fine at my site…