	$(document).ready(function(){
	  $('.lightbox').lightBox();
                                            	
    // automatic slide for slideshow
		$('#main-jq').cycle({ 
    	fx: 'scrollHorz', 
    	speed: 'slow',
    	next:   '#left', 
      prev:   '#right',
    	pager:  '#cycle-nav',
    	timeout: 9000,
      cleartype: true, 
      cleartypeNoBg: true
		});
    
	});           
