$(document).ready(function(){
    $("#slideControls").jFlow({
        slides: "#theSlides",  // the div where all your sliding divs are nested in
        width: "636px",  // this is the width for the content-slider
        height: "185px",  // this is the height for the content-slider
        duration: 1000  // time in miliseconds to transition one slide
    });
});
