jQuery.noConflict();
jQuery('document').ready(function (){
	jQuery('#TR1').transition({
		duration : 3000,
		images: ['images/hdr_rotation/img_01.jpg', 'images/hdr_rotation/img_02.jpg', 'images/hdr_rotation/img_03.jpg', 'images/hdr_rotation/img_04.jpg','images/hdr_rotation/img_05.jpg','images/hdr_rotation/img_06.jpg'],
		type : 'fade'
	});
});

