$(document).ready(
function()
{
	$('#video_examples a').colorbox({fixedWidth:'525px', fixedHeight: '475px'});
	$('ul#video_examples li').corner("bottom");
});