$(document).ready(function() {
$('#slideshow').cycle({fx:'scrollHorz', easing: 'backinout', speed:'slow', timeout:0, pager:'ul#nav', pagerAnchorBuilder: function(idx, slide){return 'ul#nav li:eq(' + idx + ') a';} });
$("a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook', showTitle:false, allowresize:true, hideflash:true, modal:false,animationSpeed:'slow'});
});