$(document).ready(function(){
	
	$("a[rel^='serie']").colorbox({
		speed: 700,
		maxWidth:"90%",
		maxHeight:"90%",
		opacity:1,
		loop:false,
		current: "{current} - {total}"});//,title: "+info"
		

	$("a[rel='obra']").colorbox({
		speed: 700,
		slideshow:true,
		slideshowSpeed: 7000,
		open:true,
		loop:false,
		maxWidth:"90%",
		maxHeight:"90%",
		slideshowStart: "play",
		slideshowStop: "pause",
		opacity:1,
		current: "{current} - {total}"});

	$("a[href*='http://www.youtube.com']").colorbox({iframe:true, innerWidth:640, innerHeight:385, opacity:1});

});

