$(document).ready(function() {

//Products
	var trans = 400;
	var dla = 400;
//on load

$('#gallery_image1').delay(400).fadeIn ('slow');

	$('#gallery_image1').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next1', 
    prev:   '#prev1' 
});

});
