﻿$(function () {
	$('.videos li a').prettyPhoto({ theme: 'dark_rounded' });
	$('.album li a[rel^="prettyPhoto"]').prettyPhoto({ theme: 'dark_rounded' });
});
