jQuery.noConflict();

jQuery(document).ready(function(){

// PHOTO GALLERY
jQuery('.photos').cycle({
	fx: 'shuffle',
	timeout: 0,
	next: '.photos',
	speed: 500
});	

//POPUP WINDOW
jQuery(".popup-link").popup({
    width: 640,
    height: 560
});


//END DOC READY
});
