// JavaScript Document

$(document).ready(function() {
	$('#mycarousel').jcarousel({
		'scroll': 1
	});
	
	$("#mycarousel img").reflect({
		"opacity": .2
	});
	
	$(".img-description").addClass("minusMargin");
	
	$('a[rel="external"]').click(function(){
		window.open(this.href); return false;
	});
	
	$('a[rel="nofollow"]').click(function(){
		window.open(this.href); return false;
	});


});


