$(document).ready(function(){
	$("#myController").jFlow({
		slides: "#mySlides",
		width: "495px",
		height: "255px",
		duration: 400
	});

	$(".lightbox").lightbox();

	 $("a.fancy_popup").fancybox({
		'hideOnContentClick': true,
		'frameWidth': 500,
		'frameHeight': 500
	 });
	 $("a.popup_privacy").fancybox({
		'hideOnContentClick': true,
		'frameWidth': 500,
		'frameHeight': 520
	 });
});
