// JavaScript Document

$(function() {
	$('#slideshow img').after('<div class="mask" />');
	$('#slideshow .mask').after('<div class="frame" />');
});