$(document).ready(function() {
    $('#h-photos').cycle();
	$('#ad-lg').cycle({ 
	fx:    'scrollRight', 
    delay: -1000 });
});
