// JavaScript Document
$(document).ready(function() {
    $('.pics').cycle({ 
    fx: 'fade',
	speed: 1200,
	timeout: 6000
 });
});

