$(document).ready(function() {
	
	$('.delete_item').click(function()
	{
		var answer = confirm('Esti sigur ca vrei sa stergi acest element?');
		return answer;
	}); 
	
	/*$(".links a").dropShadow({
		left:1 ,
		top:1 ,
		blur: 4,
		opacity: 0.15,
		color: 'white',
		swap: 'true'
	});*/
	//$('.gradient').gradient({ topcolor: '#000000', bottomcolor: '#ffffff', horizontal: false, opacity: 40});
	
});

