// JavaScript Document
$(function() {
    $('#slideshow').cycle({
        fx:     'scrollRight',
        speed:  'slow',
        timeout: 6000,
        pager:  '#nav',
		slideExpr: 'img'
    });
});
