
$(function() {
    $('#slideshow').cycle({
        fx:     'turnDown',
		width: '384px',
		height: '360px',		
        speed:  'fast',
        timeout: 0,
		pager:  '#nav',
        pagerAnchorBuilder: function(idx, slide) {
            return '#nav div:eq(' + (idx) + ') a';
        }
		
    });
/*
    shuffle: { 
        top: 130, 
        left: -150 
    }, */
});


