$(document).ready(function() {

	$('.work, .news').click(function(e) { window.location = $(this).attr('rel'); });

	$('#case_study').amplePanels({ 
		interval: 5000,
		width: '100%', 
		height: 456, 
		nav: '#case_study_controls',
		orientation: 'vertical', 
		key_orientation: 'horizontal', 
		per_page: 1, 
		rewind: true, 
		parent: 'div', 
		children: 'div.work' 
	});

});
