jQuery.noConflict();
jQuery(document).ready(function () {
	jQuery(".lang_menu").hover(
	function () {

		jQuery(this).children('ul').show();
		jQuery(this).css('border','0px solid #fff').css('border-bottom','0px solid #03315c')/*.css('background-color','#fff')*/;
		},
		function () {
			jQuery(this).children('ul').hide();
			jQuery(this).css('border','0px solid #fff').css('background-color','transparent');
		}
	);
	/*
	$("#myController").jFlow({
		slides: "#mySlides",
		width: "495px",
		height: "255px",
		duration: 400
	}); */

	
});

(function($) {
	function init() {
		$("#slideshowsky").fadeTransition({
			pauseTime: 4000,
			transitionTime: 2000,
			ignore: "#introslide",	delayStart: 1,
			manualNavigation: false,
			pauseOnMouseOver: false,
			createNavButtons: true});
        }
	$(document).ready(init);
})(jQuery);
