$(function(){
/*
	
	$('.cool img').mouseenter(function(){
		$(this).css('opacity', '.8')
	}).mouseleave(function(){
		$(this).css('opacity', '1.0')
	})
	
	
	
	$('.cool img').mouseenter(function(){
		$('.cool img p').css('display: inline')
	})*/

	
	
})
