$(document).ready(function(){
	$('ul#thumbs').shuffle();
	$("a[rel='site']").colorbox({width:"1080px", height:"700px", iframe:true});
});