$(document).ready(function() {

	$("a[rel^='colorbox']").colorbox({
            close: 'Zavřít',
            previous: 'Předchozí',
            next: 'Další',
            current: 'Fotografie {current} z {total}',
            opacity: 0.6
        });
	$("a[rel^='flash-tryonline']").colorbox({
            close: 'Zavřít',
            previous: 'Předchozí',
            next: 'Další',
            current: 'Fotografie {current} z {total}',
            opacity: 0.6,
            width:840,
            height:620,
            iframe:true
        });

});
