/* Custom JS */

var $jq = jQuery.noConflict();

$jq(document).ready(function() {
	$jq('#slideshow').cycle();
});

