$(document).ready(function() { 

	$("#rightsidebar img:first").rotate(8);
	
	
	$("a[rel='colorbox']").colorbox();

});

