I'm having kind of a strange issue with my jquery slideshow. Everything seems to be working fine and I'm not getting any errors, but the slideshow isn't loading right the first time you visit the page. After you refresh the page though everything shows up just fine.
This kind of has me stumped. I thought that maybe I was calling things out of oder, but all I'm doing is calling my jquery in my footer
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.0.js"></script>
<script type="text/javascript" src="<?=base_url();?>inc/js/jquery.carouFredSel-6.2.0.js"></script>
<script type="text/javascript" src="<?=base_url();?>inc/js/main.js">
and all I'm doing in the main is initing the slider.
This is the live site I'm working on. If you go there the first time you can see how it's appearing the first time you visit, because honestly I don't know how to describe what it's doing exactly. http://catlyndesigns.net/home/artwork
Thank you for all your help! :)
