$(".colorbox").colorbox({rel:'colorbox'});

var form = $('#objfrm');
$(".objednavka").colorbox({inline:true, href:form});
$('#slider').cycle({ 
       fx:    'fade', 
    	speed:  300, 
       next:   '.left', 
	   cleartypeNoBg: true,
    	prev:   '.right'
});
var $top = $(".info_text").height();
$("#package .more").toggle(
function()
	{
		$(this).next(".info_text").animate({ 'height' : 'toggle'});
		$(this).animate({ 'bottom' : 47+$top });
	},
function()
	{
		$(this).next(".info_text").animate({ 'height' : 'toggle'});
		$(this).animate({ 'bottom' : 47 });
});
$("a.lightbox").fancybox({
				'titleShow'		: true,
				'titlePosition' : 'inside',
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic'
});
