$(document).ready(function() {
	$('#clothing').jcarousel();

	$('#clothing a').lightBox({
		rbURL : 'http://www.redbubble.com/people/stupidkid86/t-shirts/'
	});
});