$(function(){
	$('#main-image').find('img').delay(2048).fadeIn(1024);
	$('#newsweek-wrap').delay(3072).animate({left:'+=388'},1024);
	$('#newsweek').animate({left:'+=388'},1024);
	$('#phone').find('img').delay(2048).animate({top:'-=164',opacity:'1.0'},1024);

	$("#main-images img:gt(0)").hide();
    setInterval(function(){
      $("#main-images :first-child").fadeOut()
         .next("img").fadeIn()
         .end().appendTo("#main-images");}, 
      8000);

	$("#main-verdicts img:gt(0)").hide();
    setInterval(function(){
      $("#main-verdicts :first-child").fadeOut()
         .next("img").fadeIn()
         .end().appendTo("#main-verdicts");}, 
      5000);

	$("#main-testimonials img:gt(0)").hide();
    setInterval(function(){
      $("#main-testimonials :first-child").fadeOut()
         .next("img").fadeIn()
         .end().appendTo("#main-testimonials");}, 
      7000);

	$("#main-testimonial-images img:gt(0)").hide();
    setInterval(function(){
      $("#main-testimonial-images :first-child").fadeOut()
         .next("img").fadeIn()
         .end().appendTo("#main-testimonial-images");}, 
      8000);
});
