// JavaScript Document
$(document).ready(function() {

	$('.text_shadow').css('cursor', 'pointer');

});
