/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
$('div#main-feature')
.cycle({
    fx:     'fade',
    speed:  'fast',
    timeout: 9000,
	pause: true,
    pager:  '#main-feature-nav'
});


