		jQuery.fn.fancybox.defaults.path = 'http://www.soc.com.ly/jscripts/';
        $(document).ready(function(){ 

        if (jQuery.browser.msie) {
        try { document.execCommand("BackgroundImageCache", false, true); 
        } catch(err) {}
        }						   
								   
        $(document).pngFix();  
		
		$('ul#flash').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '138px'
		});
		
		$('ul#slides').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '200px',
		containerwidth: '300px' 
		});
		
		$('#navigation').accordion({
					   
			header: '.head',
			navigation: true,
			event: 'click', 
			animated: 'easeslide',
			autoheight: true 
		});
		
		
		$("div.GalleryImage a").fancybox();
		 	

			});














