// JavaScript Document
document.write("<link rel='stylesheet' href='css/colorbox.css' type='text/css' media='projection, screen' />\n");
document.write("\n<script type='text/javascript' src='includes/javascript/jquery.colorbox-min.js'></script>\n");
jQuery(document).ready(function() {
	$('a.miniatura_joya').colorbox({slideshow:true, slideshowSpeed:6000, slideshowStart: "Arrancar pase", slideshowStop: "Parar pase", current: "imagen {current} de {total}", width: "100%", maxHeight: "650px", maxWidth: "980px"});
var $group = $("a[rel='joyas']");
$group.colorbox({transition:'elastic', onComplete:function(){$group.colorbox({transition:'fade'})}, onClosed:function(){$group.colorbox({transition:'elastic'})}
}); 
	$('a.texto_colorbox').colorbox({width: "100%", height: "100%", maxHeight: "650px", maxWidth: "980px"});
	$('a.imagen_colorbox').colorbox({width: "100%", maxHeight: "650px", maxWidth: "980px"});

	$('a.miniatura_plata').colorbox({slideshow:true, slideshowSpeed:6000, slideshowStart: "Arrancar pase", slideshowStop: "Parar pase", current: "imagen {current} de {total}", width: "100%", maxHeight: "800px", maxWidth: "980px"});
var $group = $("a[rel='plata']");
$group.colorbox({transition:'elastic', onComplete:function(){$group.colorbox({transition:'fade'})}, onClosed:function(){$group.colorbox({transition:'elastic'})}
}); 

});

