$(document).ready(function(){
	
	$('a.colorbox').colorbox({
		maxWidth : '90%',
		maxHeight : '90%',
		minWidth : 630,
		minHeight : 660
	});
	
	$('a.youtube').colorbox({
		width : 700,
		height : 550,
		iframe : true
	});
	
	$('a.legalbox').colorbox({
		width : 700,
		height : 550,
		iframe : true
	});
	
	$('a.out').click(function(){
		if ($(this).hasClass('colorbox') !== true) {
			window.open(this.href);
			return false;
		}
	});
	
	$('#rabljena_sorting').change(function(){
		$('#rabljena_filter_form').submit();
	});
	
});
