$(document).ready(function() {
  flowplayer('player', {src: "mov/flowplayer-3.1.0.swf", wmode: 'opaque'}, {clip: {autoPlay: false, autoBuffering: true}} );
	$("a[rel='screenshots']").colorbox({transition:"elastic"});
});