// RyanFeyer.com
$(document).ready(function(){
	$('ul').roundabout({
		shape: 'waterWheel',
		minOpacity: -1.3,
		duration: 300,
		easing: 'easeOutCubic'
	});
	$(document).pngFix();
	$("#call").click(function(){
		$("#cMe").slideToggle();
	});
});