/* This is set in Default.aspx because of the ability to control speed.
$(document).ready(function() { 
	$('#rotator').innerfade({
		speed: 'slow', 
		timeout: 6000, 
		type: 'sequence', 
		containerheight: '300px'
	});
});
*/

$(function() {
    $('.preview').lightBox();
});

