
$(window).ready(function() {

	$(".content_list img").css("opacity", 0.4);

	$(".content_list li").cycleImages({
		imageHolder: '#content_image',
		imageCaption: '.content_caption',
		forwardObject: '#down',
		backObject: '#up',
		autoCycle: true
	});




	$(".content_list li").height("auto");
	$(".content_list").height("auto");
})

