﻿        $(document).ready(function() {
            $('#home-slide').cycle({
		fx:     'fade',
                timeout: 10000,
                pager:  '#slider-controls'  
            });


        });
