$(document).ready(function(){
	$('.slideshow').cycle({
		fx: 'fade', // choose your transition type
		timeout: 3000,
		speed: 2000
	});
 $('#products-gallery a').lightBox();
 
 //$('.pro-name a').lightBox({fixedNavigation:true});    
 $('a[rel^=lightbox]').lightBox({fixedNavigation:true});

 
 
 
$('.pro-mats a').lightBox(); 

$('#mat_list a').lightBox();
 
 /*$('#products-gallery a').tooltip({
		track: true,
		delay: 0,
		fixPNG: true,
		top: 15,
		showURL: false,
		left: 5
		});*/
 $('#products-cat a').tooltip({
		track: true,
		delay: 0,
		fixPNG: true,
		top: 15,
		showURL: false,
		left: 5 
		});
 $('#index #content div p a').tooltip({
		track: true,
		delay: 0,
		fixPNG: true,
		top: 15,
		showURL: false,
		left: 5 
		});
 
});

