$(document).ready(function() {
	$('.pics').cycle({
		speed: 4000});
});

$(document).ready(function(){ 
        $(document).pngFix(); 
});