/*
 * jCallBox pour Colorbox
 * http://jquery.com/
 *
 * Copyright (c) 2010
 */
	$(document).ready(function(){
		$("a[rel='group']").colorbox({transition:"elastic"});
		$("a[rel='unik']").colorbox({transition:"elastic", rel:'nofollow'});
		$("a[rel='mp3']").colorbox({rel:'nofollow', transition:"none", iframe:true, innerWidth:"340", innerHeight:"200"});
		$("a[rel='media']").colorbox({rel:'nofollow', transition:"none", iframe:true, innerWidth:"500", innerHeight:"360"});
		$("a[rel='ekip']").colorbox({rel:'nofollow', iframe:true, innerWidth:"45%", innerHeight:"43%"});
		$("a[rel='jury']").colorbox({rel:'nofollow', iframe:true, innerWidth:"67%", innerHeight:"65%"});
		$("a[rel='pagext']").colorbox({rel:'nofollow', iframe:true, innerWidth:"78%", innerHeight:"78%", scrolling:true});
		$("a[rel='pagext2']").colorbox({rel:'nofollow', iframe:true, innerWidth:"83%", innerHeight:"83%", scrolling:true});
		$("a[rel='film']").colorbox({rel:'nofollow', iframe:true, innerWidth:"85%", innerHeight:"87%", scrolling:true});
		$("a[rel='grl']").colorbox({rel:'nofollow', iframe:true, innerWidth:"88%", innerHeight:"60%", scrolling:true});
		$("a[rel='externe']").colorbox({rel:'nofollow', iframe:true, width:"99%", height:"97%", scrolling:true});
		$("a[rel='notizie']").colorbox({rel:'nofollow', iframe:true, innerWidth:"54%", innerHeight:"40%"});
		$("a[rel='gnotizie']").colorbox({rel:'nofollow', iframe:true, innerWidth:"60%", innerHeight:"58%"});
// no use
		$("a[rel='notizie0']").colorbox({rel:'nofollow', width:"54%", inline:true, href:"#notizie"});
		$("a[rel='notrans']").colorbox({transition:"none", width:"75%", height:"75%", scalePhotos:"true"});
		$("a[rel='slide']").colorbox({slideshow:true});
	});
//
