jQuery(document).ready(function() {
	jQuery(".RowOne:last,.RowTwo:last").css({'background': 'none'});
	jQuery(".PressRowLeft:last,.PressRowRight:last").css({'background': 'none'});
});
