$(function() {
		
	//Set imgSlider
	initializeRotator();

	//Set bubbleTip
	$('#tp1').bubbletip($('#tip1'), {deltaDirection: 'up'});
	$('#tp2').bubbletip($('#tip2'), {deltaDirection: 'up'});
	$('#tp3').bubbletip($('#tip3'), {deltaDirection: 'up'});
	$('#tp4').bubbletip($('#tip4'), {deltaDirection: 'up'});
	
	
	//Set social feeds
	$('#twitter_update_list').cycle({
		fx: 'fade',
		speed: 1500,
		timeout: 4000,
		pause: 1, 			
		opacity: 0,
		easing: 'easeInOutBack',
		cleartypeNoBg: true
	});
	
	//set colorBox contents
	$("a[rel='cbCanonAkcija']").colorbox({width:668});
})





