jQuery(document).ready(function($){
	$('#videos a').prettyPhoto({
		theme:'light_square'
	});
	jQuery('#scroll').jScrollPane({showArrows:true});
});
