$(document).ready(function() {
						
    $('.slideshow').cycle({
		fx: 'fade',
		timeout: 6000,
		speed: 2000
	});
	$("a[rel^='lightbox']").prettyPhoto({
		theme: 'facebook'
	});
    
    $('#topoffer').cycle({ 
        fx:     'scrollUp', 
        speed:  'slow', 
        timeout: 20000,
        pager:  '#nav'
    });   
    
   // Options for SuperBGImage
	 $.fn.superbgimage.options = {
	 randomtransition: 0, 
	 transitionout:1,
	 transition: 1,
	 preload: 1, 
	 showtitle:0,
	 slideshow:0,
	 slide_interval: 9000,
	 randomimage: 0,
	 speed: 1000 
	    };
	 
	    // initialize SuperBGImage
	    $('#thumbs').superbgimage().hide(); 
    
});

