$(document).ready(function () {
	$(function() {
		$('.show-title').example(function() {
			return $(this).attr('title'); 
		});
	});

	$('.Corners-Top').corners("12px top anti-alias");
	$('.Corners-Bottom').corners("12px bottom anti-alias");
});



