// JavaScript Document
$(document).ready(function(){
				$('#features').cycle({ 
    fx:     'fade', 
	speed:  1000 ,
	timeout:  8000 ,
	pause: 1,
    random:  1 
});
			$('#news-mainbg').cycle({ 
    fx:     'scrollDown', 
	timeout:  8000 ,
    random:  1 
});
		$('#testimonials-mainbg').cycle({ 
    fx:     'fade', 
	timeout:  8000 ,
	random:  1 
});
	$('.logo-clients').cycle({ 
    fx:     'fade', 
	speed:  1000 ,
	timeout:  4000 ,
	pause: 1,
    random:  1 
});

			});
