/**
 * @author fabian * @company Total Active Media
 */

$( document ).ready( function() {
	$( '.cgb_home_image_images' ).innerfade( { speed: 1000, timeout: duration } );
	$( '.cgb_home_image_bullets_ul' ).innerfade( { speed: 1000, timeout: duration } );
} );

