$(document).ready(function() {
	$('#frontpagecarouselpreloader').remove();
	$('#tha_carousel').show();
	
	
	
    $('.slideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed:  900,
		timeout: 7000
	});
	$(function(){ 
		$("select").uniform(); 
	});
	
/*	$(".openpop").fancybox({
		'titlePosition'		: 'inside',
		'transitionIn'		: 'fade',
		'transitionOut'		: 'none'
	});*/
	
});
