////////////////////////////////////////////////////
//                                                //
// Programmed by Andrew Hopkins 1 September 2010  //
// Copyright HTDL All Rights Reserved 2010        //
//                                                //
////////////////////////////////////////////////////

$("document").ready(function() {
	//$(".button:last").css({border-right:none});
	$(".button:last-child").css({border:'none'});
});
