// home.layout.js

// reflection on content images
$(document).ready(function() {
	$('#content .csc-textpic-imagewrap img').reflect({height: 0.25, opacity: 0.3});
});