/* home page slider script*/ 
$(function() {
   
    $('.slideimgs').before('<div id="nav" class="nav">').cycle({
        fx:     'fade',
        speed:  'slow',
        timeout: 3000,
        pager:  '#slider_nav',
        width: '582px',
        height: '284px'
	});
});   




